MCPcopy Create free account
hub / github.com/caseywebdev/react-list / scheduleSuspenseWorkOnFiber

Function scheduleSuspenseWorkOnFiber

docs/index.js:9857–9862  ·  view source on GitHub ↗
(fiber, renderLanes, propagationRoot)

Source from the content-addressed store, hash-verified

9855 return current;
9856}
9857function scheduleSuspenseWorkOnFiber(fiber, renderLanes, propagationRoot) {
9858 fiber.lanes |= renderLanes;
9859 var alternate = fiber.alternate;
9860 null !== alternate && (alternate.lanes |= renderLanes);
9861 scheduleContextWorkOnParentPath(fiber.return, renderLanes, propagationRoot);
9862}
9863function initSuspenseListRenderState(
9864 workInProgress,
9865 isBackwards,

Callers 1

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…