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

Function queueHydrationError

docs/index.js:6164–6168  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

6162 isHydrating = !1;
6163}
6164function queueHydrationError(error) {
6165 null === hydrationErrors
6166 ? (hydrationErrors = [error])
6167 : hydrationErrors.push(error);
6168}
6169var SuspenseException = Error(formatProdErrorMessage(460)),
6170 SuspenseyCommitException = Error(formatProdErrorMessage(474)),
6171 noopSuspenseyCommitThenable = { then: function () {} };

Callers 4

throwOnHydrationMismatchFunction · 0.85
throwExceptionFunction · 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…