Compare commits

...

1 Commits

Author SHA1 Message Date
sarthakmarwaha55 0ed1b60a97 add comment
3 years ago

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

Loading…
Cancel
Save