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

Function resetHydrationState

code/communication/public/app.js:12284–12288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12282 }
12283
12284 function resetHydrationState() {
12285 hydrationParentFiber = null;
12286 nextHydratableInstance = null;
12287 isHydrating = false;
12288 }
12289
12290 return {
12291 enterHydrationState: enterHydrationState,

Callers 1

updateHostRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected