MCPcopy Create free account
hub / github.com/microsoft/SandDance / resetHydrationState

Function resetHydrationState

docs/external/js/react-dom.development.js:16862–16867  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16860 }
16861
16862 function resetHydrationState() {
16863
16864 hydrationParentFiber = null;
16865 nextHydratableInstance = null;
16866 isHydrating = false;
16867 }
16868
16869 var ReactCurrentOwner$1 = ReactSharedInternals.ReactCurrentOwner;
16870 var didReceiveUpdate = false;

Callers 2

updateHostRootFunction · 0.85
beginWorkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected