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

Function retrySuspenseComponentWithoutHydrating

docs/index.js:9843–9856  ·  view source on GitHub ↗
(
  current,
  workInProgress,
  renderLanes
)

Source from the content-addressed store, hash-verified

9841 return createFiberFromOffscreen(offscreenProps, mode, 0, null);
9842}
9843function retrySuspenseComponentWithoutHydrating(
9844 current,
9845 workInProgress,
9846 renderLanes
9847) {
9848 reconcileChildFibers(workInProgress, current.child, null, renderLanes);
9849 current = mountSuspensePrimaryChildren(
9850 workInProgress,
9851 workInProgress.pendingProps.children
9852 );
9853 current.flags |= 2;
9854 workInProgress.memoizedState = null;
9855 return current;
9856}
9857function scheduleSuspenseWorkOnFiber(fiber, renderLanes, propagationRoot) {
9858 fiber.lanes |= renderLanes;
9859 var alternate = fiber.alternate;

Callers 1

updateSuspenseComponentFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…