diff --git a/src/index.js b/src/index.js index 2268f1c..895dbe3 100644 --- a/src/index.js +++ b/src/index.js @@ -159,7 +159,7 @@ export class Component extends HTMLElement { this[__changed_props__].set(prop, this[prop]) } - this.created() + nextTick(_ => this.created()) } createProperty(name, options) {