Skip to content

Commit 73d8d9d

Browse files
committed
fix(connectedCallback): readd export of connected and disconnectedcallback
1 parent 5ad71ea commit 73d8d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
} from "./utils";
1919

2020
export type { ShadowElement } from "./types";
21-
export { active } from "./utils";
21+
export { active, connectedCallback, disconnectedCallback } from "./utils";
2222

2323
export function mount(parent: HTMLElement, JSXElement: ShadowElement) {
2424
const shadowResult: ShadowCache = new ShadowCache(false);

0 commit comments

Comments
 (0)