(boundaryFiber)
| 14785 | ensureRootIsScheduled(boundaryFiber)); |
| 14786 | } |
| 14787 | function retryDehydratedSuspenseBoundary(boundaryFiber) { |
| 14788 | var suspenseState = boundaryFiber.memoizedState, |
| 14789 | retryLane = 0; |
| 14790 | null !== suspenseState && (retryLane = suspenseState.retryLane); |
| 14791 | retryTimedOutBoundary(boundaryFiber, retryLane); |
| 14792 | } |
| 14793 | function resolveRetryWakeable(boundaryFiber, wakeable) { |
| 14794 | var retryLane = 0; |
| 14795 | switch (boundaryFiber.tag) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…