MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / resetHydrationState

Function resetHydrationState

code/composition/public/app.js:12387–12391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12385 }
12386
12387 function resetHydrationState() {
12388 hydrationParentFiber = null;
12389 nextHydratableInstance = null;
12390 isHydrating = false;
12391 }
12392
12393 return {
12394 enterHydrationState: enterHydrationState,

Callers 1

updateHostRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected