pull/17038/head
Rich Harris 3 weeks ago
parent 2cdcc07f27
commit 716640141e

@ -50,7 +50,6 @@ export function async(node, blockers = [], expressions = [], fn) {
} finally { } finally {
if (was_hydrating) { if (was_hydrating) {
set_hydrating(false); set_hydrating(false);
set_hydrate_node(undefined);
} }
boundary.update_pending_count(-1); boundary.update_pending_count(-1);

Loading…
Cancel
Save