pull/16284/head
Rich Harris 3 months ago
parent 805d4e519a
commit 2db357041e

@ -104,6 +104,7 @@ function create_effect(type, fn, sync, push = true) {
last: null,
next: null,
parent,
b: parent && parent.b,
prev: null,
teardown: null,
transitions: null,

Loading…
Cancel
Save