Skip to content

Commit 5a4b11b

Browse files
committed
fix leak
1 parent b9a3f1e commit 5a4b11b

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/internal/client/dom/blocks

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/dom/blocks/boundary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export function capture() {
256256
set_component_context(previous_component_context);
257257

258258
// prevent the active effect from outstaying its welcome
259-
queue_micro_task(exit);
259+
queue_boundary_micro_task(exit);
260260
};
261261
}
262262

0 commit comments

Comments
 (0)