MCPcopy Index your code
hub / github.com/caseywebdev/react-list / mountSuspenseOffscreenState

Function mountSuspenseOffscreenState

docs/index.js:9467–9469  ·  view source on GitHub ↗
(renderLanes)

Source from the content-addressed store, hash-verified

9465}
9466var SUSPENDED_MARKER = { dehydrated: null, treeContext: null, retryLane: 0 };
9467function mountSuspenseOffscreenState(renderLanes) {
9468 return { baseLanes: renderLanes, cachePool: getSuspendedCache() };
9469}
9470function getRemainingWorkInPrimaryTree(
9471 current,
9472 primaryTreeDidDefer,

Callers 1

updateSuspenseComponentFunction · 0.85

Calls 1

getSuspendedCacheFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…