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

Function resetHydrationState

code/styling/public/app.js:12249–12253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12247 }
12248
12249 function resetHydrationState() {
12250 hydrationParentFiber = null;
12251 nextHydratableInstance = null;
12252 isHydrating = false;
12253 }
12254
12255 return {
12256 enterHydrationState: enterHydrationState,

Callers 1

updateHostRootFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected