MCPcopy Create free account
hub / github.com/reactjs/react-rails / popSuspenseContext

Function popSuspenseContext

lib/assets/react-source/development/react.js:18203–18205  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

18201 push(suspenseStackCursor, newContext, fiber);
18202 }
18203 function popSuspenseContext(fiber) {
18204 pop(suspenseStackCursor, fiber);
18205 }
18206
18207 function shouldCaptureSuspense(workInProgress, hasInvisibleParent) {
18208 // If it was the primary children that just suspended, capture and render the

Callers 3

completeWorkFunction · 0.85
unwindWorkFunction · 0.85
unwindInterruptedWorkFunction · 0.85

Calls 1

popFunction · 0.85

Tested by

no test coverage detected