diff --git a/src/component/Component.ts b/src/component/Component.ts index efa9d07..88fbd09 100644 --- a/src/component/Component.ts +++ b/src/component/Component.ts @@ -134,6 +134,7 @@ export abstract class Component { const newElements = this.createElements(); referenceElement.replaceWith(...newElements); + // Required because it renders itself in this case this.notifyMounted({ parent: this.parent_, })