MCPcopy Index your code
hub / github.com/caseywebdev/react-list / resetHydrationState

Function resetHydrationState

docs/index.js:6160–6163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6158 return !0;
6159}
6160function resetHydrationState() {
6161 nextHydratableInstance = hydrationParentFiber = null;
6162 isHydrating = !1;
6163}
6164function queueHydrationError(error) {
6165 null === hydrationErrors
6166 ? (hydrationErrors = [error])

Callers 5

beginWorkFunction · 0.85
completeWorkFunction · 0.85
unwindWorkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…