Skip to content

Commit 636c809

Browse files
committed
remove TODO
1 parent 9bedb7f commit 636c809

File tree

1 file changed

+0
-1
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+0
-1
lines changed

packages/svelte/src/internal/client/reactivity/batch.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export class Batch {
114114

115115
for (const [source, value] of this.#current) {
116116
batch.#current.set(source, value);
117-
// TODO what about batch.#previous?
118117
}
119118

120119
for (const e of this.render_effects) {

0 commit comments

Comments
 (0)