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 92c9c96 commit ab0b259Copy full SHA for ab0b259
packages/svelte/src/internal/client/reactivity/batch.js
@@ -74,11 +74,7 @@ let last_scheduled_effect = null;
74
let is_flushing = false;
75
76
let is_flushing_sync = false;
77
-
78
-let uid = 1;
79
export class Batch {
80
- id = uid++;
81
82
/**
83
* The current values of any sources that are updated in this batch
84
* They keys of this map are identical to `this.#previous`
0 commit comments