@ -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_,
})