(offscreenProps, mode)
| 9838 | return (workInProgress.child = primaryChildren); |
| 9839 | } |
| 9840 | function mountWorkInProgressOffscreenFiber(offscreenProps, mode) { |
| 9841 | return createFiberFromOffscreen(offscreenProps, mode, 0, null); |
| 9842 | } |
| 9843 | function retrySuspenseComponentWithoutHydrating( |
| 9844 | current, |
| 9845 | workInProgress, |
no test coverage detected
searching dependent graphs…