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 f972a49 commit 9a9cf92Copy full SHA for 9a9cf92
packages/svelte/src/internal/client/reactivity/batch.js
@@ -615,7 +615,11 @@ export function suspend() {
615
616
return function unsuspend() {
617
boundary.update_pending_count(-1);
618
- if (!pending) batch.decrement();
+
619
+ if (!pending) {
620
+ batch.activate();
621
+ batch.decrement();
622
+ }
623
624
unset_context();
625
};
0 commit comments