Skip to content

Commit 1a1bcb5

Browse files
committed
Fix missing super call
1 parent 6dff1d2 commit 1a1bcb5

File tree

1 file changed

+2
-0
lines changed
  • packages/component/src/providers/CustomElements/customElements

1 file changed

+2
-0
lines changed

packages/component/src/providers/CustomElements/customElements/CodeBlock.ts

+2
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ const createReactCodeBlockClass = ({
147147
}
148148

149149
disconnectedCallback() {
150+
super.disconnectedCallback();
151+
150152
this.#controller?.abort();
151153
this.#controller = undefined;
152154
}

0 commit comments

Comments
 (0)