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

Function retryDehydratedSuspenseBoundary

docs/index.js:14787–14792  ·  view source on GitHub ↗
(boundaryFiber)

Source from the content-addressed store, hash-verified

14785 ensureRootIsScheduled(boundaryFiber));
14786}
14787function retryDehydratedSuspenseBoundary(boundaryFiber) {
14788 var suspenseState = boundaryFiber.memoizedState,
14789 retryLane = 0;
14790 null !== suspenseState && (retryLane = suspenseState.retryLane);
14791 retryTimedOutBoundary(boundaryFiber, retryLane);
14792}
14793function resolveRetryWakeable(boundaryFiber, wakeable) {
14794 var retryLane = 0;
14795 switch (boundaryFiber.tag) {

Callers

nothing calls this directly

Calls 1

retryTimedOutBoundaryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…