MCPcopy Index your code
hub / github.com/plotly/dash / updateWorkInProgressOffscreenFiber

Function updateWorkInProgressOffscreenFiber

dash/deps/react-dom@18.2.0.js:20457–20461  ·  view source on GitHub ↗
(current, offscreenProps)

Source from the content-addressed store, hash-verified

20455 }
20456
20457 function updateWorkInProgressOffscreenFiber(current, offscreenProps) {
20458 // The props argument to `createWorkInProgress` is `any` typed, so we use this
20459 // wrapper function to constrain it.
20460 return createWorkInProgress(current, offscreenProps);
20461 }
20462
20463 function updateSuspensePrimaryChildren(current, workInProgress, primaryChildren, renderLanes) {
20464 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…