MCPcopy Create free account
hub / github.com/plotly/dash / resetHydrationState

Function resetHydrationState

dash/deps/react-dom@18.3.1.js:12722–12728  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12720 }
12721
12722 function resetHydrationState() {
12723
12724 hydrationParentFiber = null;
12725 nextHydratableInstance = null;
12726 isHydrating = false;
12727 didSuspendOrErrorDEV = false;
12728 }
12729
12730 function upgradeHydrationErrorsToRecoverable() {
12731 if (hydrationErrors !== null) {

Callers 5

updateHostRootFunction · 0.70
unwindWorkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…