MCPcopy Create free account
hub / github.com/caseywebdev/react-list / warnIfNotHydrating

Function warnIfNotHydrating

docs/index.js:22758–22763  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22756 (idStack[idStackIndex] = null);
22757 }
22758 function warnIfNotHydrating() {
22759 isHydrating ||
22760 console.error(
22761 "Expected to be hydrating. This is a bug in React. Please file an issue."
22762 );
22763 }
22764 function buildHydrationDiffNode(fiber, distanceFromLeaf) {
22765 if (null === fiber.return) {
22766 if (null === hydrationDiffRootDEV)

Callers 5

pushTreeForkFunction · 0.85
pushTreeIdFunction · 0.85
pushMaterializedTreeIdFunction · 0.85
updateSuspenseComponentFunction · 0.85
beginWorkFunction · 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…