We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6685de3 commit 6c250c6Copy full SHA for 6c250c6
src/runtime/internal/Component.ts
@@ -182,7 +182,6 @@ if (typeof HTMLElement === 'function') {
182
const { on_mount } = this.$$;
183
184
this.$$.on_disconnect = on_mount.map(run).filter(is_function);
185
- this.$$.on_mount = [];
186
187
// @ts-ignore todo: improve typings
188
for (const key in this.$$.slotted) {
0 commit comments