MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / popTopLevelContextObject

Function popTopLevelContextObject

code/styling/public/app.js:12369–12372  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

12367 }
12368
12369 function popTopLevelContextObject(fiber) {
12370 pop(didPerformWorkStackCursor, fiber);
12371 pop(contextStackCursor, fiber);
12372 }
12373
12374 function pushTopLevelContextObject(fiber, context, didChange) {
12375 !(contextStackCursor.cursor == null) ? invariant(false, 'Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.') : void 0;

Callers

nothing calls this directly

Calls 1

popFunction · 0.70

Tested by

no test coverage detected