diff --git a/src/dom_components/index.js b/src/dom_components/index.js index 619defcc6..7ab9a2a95 100644 --- a/src/dom_components/index.js +++ b/src/dom_components/index.js @@ -273,6 +273,7 @@ module.exports = () => { [ [model, evn, handleUpdates], + [model, 'change:components', handleChanges], [comps, 'add', handleChanges], [comps, 'remove', handleRemoves], [model.get('classes'), 'add remove', handleUpdates]