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

Function resetHydrationState

code/redux/public/app.js:12500–12504  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12498 }
12499
12500 function resetHydrationState() {
12501 hydrationParentFiber = null;
12502 nextHydratableInstance = null;
12503 isHydrating = false;
12504 }
12505
12506 return {
12507 enterHydrationState: enterHydrationState,

Callers 1

updateHostRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected