Skip to content

Commit b3d1d92

Browse files
trueadmRich-Harris
andauthored
Update packages/svelte/src/internal/client/dom/blocks/boundary.js
Co-authored-by: Rich Harris <[email protected]>
1 parent dfdcf02 commit b3d1d92

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export function boundary(node, props, boundary_fn) {
7979
pause_effect(boundary_effect);
8080

8181
with_boundary(boundary, () => {
82-
boundary_effect = null;
8382
is_creating_fallback = false;
8483
boundary_effect = branch(() => boundary_fn(anchor));
8584
reset_is_throwing_error();

0 commit comments

Comments
 (0)