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

Function retryTimedOutBoundary

docs/index.js:14780–14786  ·  view source on GitHub ↗
(boundaryFiber, retryLane)

Source from the content-addressed store, hash-verified

14778 ensureRootIsScheduled(root);
14779}
14780function retryTimedOutBoundary(boundaryFiber, retryLane) {
14781 0 === retryLane && (retryLane = claimNextRetryLane());
14782 boundaryFiber = enqueueConcurrentRenderForLane(boundaryFiber, retryLane);
14783 null !== boundaryFiber &&
14784 (markRootUpdated$1(boundaryFiber, retryLane),
14785 ensureRootIsScheduled(boundaryFiber));
14786}
14787function retryDehydratedSuspenseBoundary(boundaryFiber) {
14788 var suspenseState = boundaryFiber.memoizedState,
14789 retryLane = 0;

Callers 2

resolveRetryWakeableFunction · 0.85

Calls 4

claimNextRetryLaneFunction · 0.85
markRootUpdated$1Function · 0.85
ensureRootIsScheduledFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…