MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / resetHydrationState

Function resetHydrationState

code/new-context-api/public/app.js:11610–11614  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11608 }
11609
11610 function resetHydrationState() {
11611 hydrationParentFiber = null;
11612 nextHydratableInstance = null;
11613 isHydrating = false;
11614 }
11615
11616 return {
11617 enterHydrationState: enterHydrationState,

Callers 1

updateHostRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected