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 501f9d3 commit fe342d6Copy full SHA for fe342d6
packages/svelte/src/internal/client/reactivity/effects.js
@@ -581,6 +581,8 @@ function resume_children(effect, local) {
581
update_effect(effect);
582
}
583
584
+ // Ensure we toggle the flag after possibly updating the effect so that
585
+ // each block logic can correctly operate on inert items
586
effect.f ^= INERT;
587
588
var child = effect.first;
0 commit comments