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

Function resolveRetryWakeable

docs/index.js:14793–14812  ·  view source on GitHub ↗
(boundaryFiber, wakeable)

Source from the content-addressed store, hash-verified

14791 retryTimedOutBoundary(boundaryFiber, retryLane);
14792}
14793function resolveRetryWakeable(boundaryFiber, wakeable) {
14794 var retryLane = 0;
14795 switch (boundaryFiber.tag) {
14796 case 13:
14797 var retryCache = boundaryFiber.stateNode;
14798 var suspenseState = boundaryFiber.memoizedState;
14799 null !== suspenseState && (retryLane = suspenseState.retryLane);
14800 break;
14801 case 19:
14802 retryCache = boundaryFiber.stateNode;
14803 break;
14804 case 22:
14805 retryCache = boundaryFiber.stateNode._retryCache;
14806 break;
14807 default:
14808 throw Error(formatProdErrorMessage(314));
14809 }
14810 null !== retryCache && retryCache.delete(wakeable);
14811 retryTimedOutBoundary(boundaryFiber, retryLane);
14812}
14813function scheduleCallback$1(priorityLevel, callback) {
14814 return scheduleCallback$3(priorityLevel, callback);
14815}

Callers

nothing calls this directly

Calls 2

formatProdErrorMessageFunction · 0.85
retryTimedOutBoundaryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…