Skip to content

Commit 2db3570

Browse files
committed
WIP
1 parent 805d4e5 commit 2db3570

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

packages/svelte/src/internal/client/reactivity/effects.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ function create_effect(type, fn, sync, push = true) {
104104
last: null,
105105
next: null,
106106
parent,
107+
b: parent && parent.b,
107108
prev: null,
108109
teardown: null,
109110
transitions: null,

0 commit comments

Comments
 (0)