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 5518e98 commit c0ff1d0Copy full SHA for c0ff1d0
packages/svelte/src/internal/client/reactivity/batch.js
@@ -63,7 +63,6 @@ export class Batch {
63
64
for (const [source, previous] of batch.#previous) {
65
if (!this.#previous.has(source)) {
66
- // mark_reactions(source, DIRTY);
67
current_values.set(source, source.v);
68
source.v = previous;
69
}
0 commit comments