Skip to content

Commit c67e58b

Browse files
committed
don't unlink skipped eager effects
this was causing some $derived.by's to not run at all...
1 parent cd35096 commit c67e58b

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,6 @@ function flush_queued_effects(effects) {
622622
ancestor = ancestor.parent;
623623
}
624624
if (skip) {
625-
unlink_effect(e);
626625
continue;
627626
}
628627

0 commit comments

Comments
 (0)