MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / pushTopLevelContextObject

Function pushTopLevelContextObject

code/redux/public/app.js:12625–12630  ·  view source on GitHub ↗
(fiber, context, didChange)

Source from the content-addressed store, hash-verified

12623 }
12624
12625 function pushTopLevelContextObject(fiber, context, didChange) {
12626 !(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;
12627
12628 push(contextStackCursor, context, fiber);
12629 push(didPerformWorkStackCursor, didChange, fiber);
12630 }
12631
12632 function processChildContext(fiber, parentContext) {
12633 var instance = fiber.stateNode;

Callers 1

pushHostRootContextFunction · 0.70

Calls 2

invariantFunction · 0.70
pushFunction · 0.70

Tested by

no test coverage detected