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 5a3f7c2 commit 011741eCopy full SHA for 011741e
packages/svelte/src/internal/client/reactivity/batch.js
@@ -47,6 +47,8 @@ export class Batch {
47
48
var current_values = new Map();
49
50
+ // TODO this shouldn't be necessary, but tests fail otherwise,
51
+ // presumably because we need a try-finally somewhere
52
for (const [source, current] of this.current) {
53
source.v = current;
54
}
0 commit comments