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

Function updateWorkInProgressOffscreenFiber

dash/deps/react-dom@18.3.1.js:20496–20500  ·  view source on GitHub ↗
(current, offscreenProps)

Source from the content-addressed store, hash-verified

20494 }
20495
20496 function updateWorkInProgressOffscreenFiber(current, offscreenProps) {
20497 // The props argument to `createWorkInProgress` is `any` typed, so we use this
20498 // wrapper function to constrain it.
20499 return createWorkInProgress(current, offscreenProps);
20500 }
20501
20502 function updateSuspensePrimaryChildren(current, workInProgress, primaryChildren, renderLanes) {
20503 var currentPrimaryChildFragment = current.child;

Callers 2

Calls 1

createWorkInProgressFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…