MCPcopy Create free account
hub / github.com/plotly/dash / mountWorkInProgressOffscreenFiber

Function mountWorkInProgressOffscreenFiber

dash/deps/react-dom@18.3.1.js:20490–20494  ·  view source on GitHub ↗
(offscreenProps, mode, renderLanes)

Source from the content-addressed store, hash-verified

20488 }
20489
20490 function mountWorkInProgressOffscreenFiber(offscreenProps, mode, renderLanes) {
20491 // The props argument to `createFiberFromOffscreen` is `any` typed, so we use
20492 // this wrapper function to constrain it.
20493 return createFiberFromOffscreen(offscreenProps, mode, NoLanes, null);
20494 }
20495
20496 function updateWorkInProgressOffscreenFiber(current, offscreenProps) {
20497 // The props argument to `createWorkInProgress` is `any` typed, so we use this

Calls 1

createFiberFromOffscreenFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…