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

Function pushOffscreenSuspenseHandler

docs/index.js:6973–6986  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

6971 : null !== current.memoizedState && (shellBoundary = handler));
6972}
6973function pushOffscreenSuspenseHandler(fiber) {
6974 if (22 === fiber.tag) {
6975 if (
6976 (push(suspenseStackCursor, suspenseStackCursor.current),
6977 push(suspenseHandlerStackCursor, fiber),
6978 null === shellBoundary)
6979 ) {
6980 var current = fiber.alternate;
6981 null !== current &&
6982 null !== current.memoizedState &&
6983 (shellBoundary = fiber);
6984 }
6985 } else reuseSuspenseHandlerOnStack(fiber);
6986}
6987function reuseSuspenseHandlerOnStack() {
6988 push(suspenseStackCursor, suspenseStackCursor.current);
6989 push(suspenseHandlerStackCursor, suspenseHandlerStackCursor.current);

Callers 2

updateOffscreenComponentFunction · 0.85

Calls 2

pushFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…