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

Function getRemainingWorkInPrimaryTree

docs/index.js:9470–9478  ·  view source on GitHub ↗
(
  current,
  primaryTreeDidDefer,
  renderLanes
)

Source from the content-addressed store, hash-verified

9468 return { baseLanes: renderLanes, cachePool: getSuspendedCache() };
9469}
9470function getRemainingWorkInPrimaryTree(
9471 current,
9472 primaryTreeDidDefer,
9473 renderLanes
9474) {
9475 current = null !== current ? current.childLanes & ~renderLanes : 0;
9476 primaryTreeDidDefer && (current |= workInProgressDeferredLane);
9477 return current;
9478}
9479function updateSuspenseComponent(current, workInProgress, renderLanes) {
9480 var nextProps = workInProgress.pendingProps,
9481 showFallback = !1,

Callers 1

updateSuspenseComponentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…