pull/17038/head
Rich Harris 4 weeks ago
parent a8708cacfa
commit 01d7853606

@ -48,13 +48,13 @@ export function async(node, blockers = [], expressions = [], fn) {
fn(node, ...values); fn(node, ...values);
} finally { } finally {
boundary.update_pending_count(-1);
batch.decrement(blocking);
if (was_hydrating) { if (was_hydrating) {
set_hydrating(false); set_hydrating(false);
set_hydrate_node(undefined); set_hydrate_node(undefined);
} }
boundary.update_pending_count(-1);
batch.decrement(blocking);
} }
}); });
} }

Loading…
Cancel
Save