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

Function mountHostRootWithoutHydrating

dash/deps/react-dom@18.2.0.js:19899–19906  ·  view source on GitHub ↗
(current, workInProgress, nextChildren, renderLanes, recoverableError)

Source from the content-addressed store, hash-verified

19897 }
19898
19899 function mountHostRootWithoutHydrating(current, workInProgress, nextChildren, renderLanes, recoverableError) {
19900 // Revert to client rendering.
19901 resetHydrationState();
19902 queueHydrationError(recoverableError);
19903 workInProgress.flags |= ForceClientRender;
19904 reconcileChildren(current, workInProgress, nextChildren, renderLanes);
19905 return workInProgress.child;
19906 }
19907
19908 function updateHostComponent(current, workInProgress, renderLanes) {
19909 pushHostContext(workInProgress);

Callers 1

updateHostRootFunction · 0.70

Calls 3

resetHydrationStateFunction · 0.70
queueHydrationErrorFunction · 0.70
reconcileChildrenFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…