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

Function mountHostRootWithoutHydrating

docs/index.js:9455–9465  ·  view source on GitHub ↗
(
  current,
  workInProgress,
  nextChildren,
  renderLanes
)

Source from the content-addressed store, hash-verified

9453 return current;
9454}
9455function mountHostRootWithoutHydrating(
9456 current,
9457 workInProgress,
9458 nextChildren,
9459 renderLanes
9460) {
9461 resetHydrationState();
9462 workInProgress.flags |= 256;
9463 reconcileChildren(current, workInProgress, nextChildren, renderLanes);
9464 return workInProgress.child;
9465}
9466var SUSPENDED_MARKER = { dehydrated: null, treeContext: null, retryLane: 0 };
9467function mountSuspenseOffscreenState(renderLanes) {
9468 return { baseLanes: renderLanes, cachePool: getSuspendedCache() };

Callers 1

beginWorkFunction · 0.85

Calls 2

resetHydrationStateFunction · 0.85
reconcileChildrenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…