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

Function resetHydrationState

code/dependency-injection/public/app.js:12342–12346  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12340 }
12341
12342 function resetHydrationState() {
12343 hydrationParentFiber = null;
12344 nextHydratableInstance = null;
12345 isHydrating = false;
12346 }
12347
12348 return {
12349 enterHydrationState: enterHydrationState,

Callers 1

updateHostRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected