fix treeshaking

pull/16962/head
Ottomated 1 month ago
parent e1578d4778
commit 62b9a83195

@ -195,7 +195,9 @@ export class Boundary {
return branch(() => {
// We've already hydrated the pending content. We stop hydrating
// here so the resolved content is rendered on top of it.
set_hydrating(false);
if (hydrating) {
set_hydrating(false);
}
return this.#children(this.#anchor)
});
});

Loading…
Cancel
Save