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 ecdfd5b commit 8f85d7dCopy full SHA for 8f85d7d
packages/svelte/src/internal/client/reactivity/batch.js
@@ -186,7 +186,7 @@ export class Batch {
186
187
// If sources are written to, then work needs to happen in a separate batch, else prior sources would be mixed with
188
// newly updated sources, which could lead to infinite loops when effects run over and over again.
189
- previous_batch = current_batch;
+ previous_batch = this;
190
current_batch = null;
191
192
flush_queued_effects(render_effects);
0 commit comments