We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5d9fe commit 990634dCopy full SHA for 990634d
packages/svelte/src/internal/client/dom/blocks/each.js
@@ -566,12 +566,6 @@ function reconcile(
566
});
567
}
568
569
- // TODO this seems super weird... should be `each_effect`, but that doesn't seem to work?
570
- // if (active_effect !== null) {
571
- // active_effect.first = state.first && state.first.e;
572
- // active_effect.last = prev && prev.e;
573
- // }
574
-
575
each_effect.first = state.first && state.first.e;
576
each_effect.last = prev && prev.e;
577
0 commit comments