Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 712916c

Browse files
committed
fix: mounted
1 parent 03d8104 commit 712916c

File tree

1 file changed

+1
-0
lines changed
  • packages/async-framework/context

1 file changed

+1
-0
lines changed

packages/async-framework/context/wrap.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export function wrapContext<T extends HTMLElement>(
4747
if (context.signals) {
4848
context.signals.clear();
4949
}
50+
mounted = false;
5051
},
5152
get context() {
5253
return context;

0 commit comments

Comments
 (0)