missed a spot

pull/12215/head
Rich Harris 1 week ago
parent 4cb822c848
commit ddcf3ff277

@ -437,6 +437,8 @@ function reconcile(array, state, anchor, render_fn, flags, get_key) {
if (effect !== null) {
effect.next = null;
}
/** @type {import('#client').Effect} */ (current_effect).last = effect;
}
/**

Loading…
Cancel
Save