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

Function enqueueConcurrentRenderForLane

dash/deps/react-dom@18.3.1.js:14501–14503  ·  view source on GitHub ↗
(fiber, lane)

Source from the content-addressed store, hash-verified

14499 return markUpdateLaneFromFiberToRoot(fiber, lane);
14500 }
14501 function enqueueConcurrentRenderForLane(fiber, lane) {
14502 return markUpdateLaneFromFiberToRoot(fiber, lane);
14503 } // Calling this function outside this module should only be done for backwards
14504 // compatibility and should always be accompanied by a warning.
14505
14506 var unsafe_markUpdateLaneFromFiberToRoot = markUpdateLaneFromFiberToRoot;

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…