async-changeset
Rich Harris 7 months ago
parent 3289ac3ad1
commit 7bd6969711

@ -378,7 +378,12 @@ export function boundary(node, props, children) {
}); });
}); });
} else { } else {
reset(); main_effect = branch(() => children(anchor));
if (async_count > 0) {
boundary.f |= BOUNDARY_SUSPENDED;
show_pending_snippet(true);
}
} }
reset_is_throwing_error(); reset_is_throwing_error();

Loading…
Cancel
Save