MCPcopy Index your code
hub / github.com/caseywebdev/react-list / mountWorkInProgressOffscreenFiber

Function mountWorkInProgressOffscreenFiber

docs/index.js:9840–9842  ·  view source on GitHub ↗
(offscreenProps, mode)

Source from the content-addressed store, hash-verified

9838 return (workInProgress.child = primaryChildren);
9839}
9840function mountWorkInProgressOffscreenFiber(offscreenProps, mode) {
9841 return createFiberFromOffscreen(offscreenProps, mode, 0, null);
9842}
9843function retrySuspenseComponentWithoutHydrating(
9844 current,
9845 workInProgress,

Callers 2

updateSuspenseComponentFunction · 0.85

Calls 1

createFiberFromOffscreenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…