diff --git a/src/json-utils_1.1.js b/src/json-utils_1.1.js index 3fe4011a..90c7b240 100644 --- a/src/json-utils_1.1.js +++ b/src/json-utils_1.1.js @@ -443,9 +443,6 @@ function createEntityFromObj(entityData, parentEl) { if (entityData.mixin) { entity.setAttribute('mixin', entityData.mixin); } - // Ensure the components are loaded before update the UI - - entity.emit('entitycreated', {}, false); }); if (entityData.children) {