MCPcopy Create free account
hub / github.com/reactjs/react-rails / resetHydrationState

Function resetHydrationState

lib/assets/react-source/development/react.js:20422–20427  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20420 }
20421
20422 function resetHydrationState() {
20423
20424 hydrationParentFiber = null;
20425 nextHydratableInstance = null;
20426 isHydrating = false;
20427 }
20428
20429 var ReactCurrentOwner$1 = ReactSharedInternals.ReactCurrentOwner;
20430 var didReceiveUpdate = false;

Callers 2

updateHostRootFunction · 0.85
beginWorkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected