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 e5579fd commit 2e813f1Copy full SHA for 2e813f1
packages/svelte/src/internal/client/reactivity/batch.js
@@ -40,9 +40,6 @@ export class Batch {
40
#pending = 0;
41
42
apply() {
43
- // common case: no overlapping batches, nothing to revert
44
- if (batches.size === 1) return noop;
45
-
46
var current_values = new Map();
47
48
for (const [source, current] of this.#current) {
0 commit comments