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 9bedb7f commit 636c809Copy full SHA for 636c809
packages/svelte/src/internal/client/reactivity/batch.js
@@ -114,7 +114,6 @@ export class Batch {
114
115
for (const [source, value] of this.#current) {
116
batch.#current.set(source, value);
117
- // TODO what about batch.#previous?
118
}
119
120
for (const e of this.render_effects) {
0 commit comments