There was an error while loading. Please reload this page.
1 parent 8b87563 commit ec721bbCopy full SHA for ec721bb
packages/svelte/src/internal/client/reactivity/async.js
@@ -52,8 +52,6 @@ export function flatten(sync, async, fn) {
52
53
Promise.all(async.map((expression) => async_derived(expression)))
54
.then((result) => {
55
-batch?.activate();
56
-
57
restore();
58
59
try {
0 commit comments