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

Function warnNonHydratedInstance

docs/index.js:22805–22813  ·  view source on GitHub ↗
(fiber, rejectedCandidate)

Source from the content-addressed store, hash-verified

22803 return distanceFromLeaf;
22804 }
22805 function warnNonHydratedInstance(fiber, rejectedCandidate) {
22806 didSuspendOrErrorDEV ||
22807 ((fiber = buildHydrationDiffNode(fiber, 0)),
22808 (fiber.serverProps = null),
22809 null !== rejectedCandidate &&
22810 ((rejectedCandidate =
22811 describeHydratableInstanceForDevWarnings(rejectedCandidate)),
22812 fiber.serverTail.push(rejectedCandidate)));
22813 }
22814 function throwOnHydrationMismatch(fiber) {
22815 var diff = "",
22816 diffRoot = hydrationDiffRootDEV;

Callers 2

updateSuspenseComponentFunction · 0.85
beginWorkFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…