Skip to content

Commit a840f00

Browse files
committed
tweak
1 parent 81f066f commit a840f00

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/reactivity/deriveds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export function async_derived(fn, location) {
106106
// only suspend in async deriveds created on initialisation
107107
var should_suspend = !active_reaction;
108108

109-
var boundary = /** @type {Effect} */ (active_effect).b;
109+
var boundary = /** @type {Effect} */ parent.b;
110110

111111
while (boundary !== null && !boundary.has_pending_snippet()) {
112112
boundary = boundary.parent;

0 commit comments

Comments
 (0)