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

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

Loading…
Cancel
Save