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 399bda5 commit a98b5eaCopy full SHA for a98b5ea
packages/svelte/src/internal/client/dom/blocks/async.js
@@ -22,6 +22,7 @@ export function async(node, expressions, fn) {
22
restore();
23
fn(node, ...result);
24
25
+ // TODO is this necessary?
26
batch.run(() => {
27
schedule_effect(effect);
28
});
0 commit comments