(fiber)
| 18201 | push(suspenseStackCursor, newContext, fiber); |
| 18202 | } |
| 18203 | function popSuspenseContext(fiber) { |
| 18204 | pop(suspenseStackCursor, fiber); |
| 18205 | } |
| 18206 | |
| 18207 | function shouldCaptureSuspense(workInProgress, hasInvisibleParent) { |
| 18208 | // If it was the primary children that just suspended, capture and render the |
no test coverage detected