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 81f066f commit a840f00Copy full SHA for a840f00
packages/svelte/src/internal/client/reactivity/deriveds.js
@@ -106,7 +106,7 @@ export function async_derived(fn, location) {
106
// only suspend in async deriveds created on initialisation
107
var should_suspend = !active_reaction;
108
109
- var boundary = /** @type {Effect} */ (active_effect).b;
+ var boundary = /** @type {Effect} */ parent.b;
110
111
while (boundary !== null && !boundary.has_pending_snippet()) {
112
boundary = boundary.parent;
0 commit comments