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 625d8e0 commit 697445bCopy full SHA for 697445b
packages/svelte/src/internal/client/reactivity/batch.js
@@ -364,8 +364,7 @@ export class Batch {
364
continue;
365
}
366
367
- // Only reschedule an async effect if it depends on something else than
368
- // the sources that were updated in this batch and that something else changed.
+ // Re-run async/block effects that depend on distinct values changed in both batches
369
const others = [...batch.current.keys()].filter((s) => !this.current.has(s));
370
if (others.length > 0) {
371
for (const source of sources) {
0 commit comments