MCPcopy Create free account
hub / github.com/plotly/dash / queueHydrationError

Function queueHydrationError

dash/deps/react-dom@18.3.1.js:12744–12750  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

12742 }
12743
12744 function queueHydrationError(error) {
12745 if (hydrationErrors === null) {
12746 hydrationErrors = [error];
12747 } else {
12748 hydrationErrors.push(error);
12749 }
12750 }
12751
12752 var ReactCurrentBatchConfig$1 = ReactSharedInternals.ReactCurrentBatchConfig;
12753 var NoTransition = null;

Callers 3

throwExceptionFunction · 0.70

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…