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

Function throwOnHydrationMismatch

docs/index.js:6022–6026  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

6020 rootOrSingletonContext = !1,
6021 HydrationMismatchException = Error(formatProdErrorMessage(519));
6022function throwOnHydrationMismatch(fiber) {
6023 var error = Error(formatProdErrorMessage(418, ""));
6024 queueHydrationError(createCapturedValueAtFiber(error, fiber));
6025 throw HydrationMismatchException;
6026}
6027function prepareToHydrateHostInstance(fiber) {
6028 var instance = fiber.stateNode,
6029 type = fiber.type,

Callers 6

popHydrationStateFunction · 0.85
mountActionStateFunction · 0.85
updateSuspenseComponentFunction · 0.85
beginWorkFunction · 0.85
completeWorkFunction · 0.85

Calls 4

formatProdErrorMessageFunction · 0.85
queueHydrationErrorFunction · 0.85
describeDiffFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…