MCPcopy Index your code
hub / github.com/plotly/dash / pushTopLevelContextObject

Function pushTopLevelContextObject

dash/deps/react-dom@18.2.0.js:11877–11886  ·  view source on GitHub ↗
(fiber, context, didChange)

Source from the content-addressed store, hash-verified

11875 }
11876
11877 function pushTopLevelContextObject(fiber, context, didChange) {
11878 {
11879 if (contextStackCursor.current !== emptyContextObject) {
11880 throw new Error('Unexpected context found on stack. ' + 'This error is likely caused by a bug in React. Please file an issue.');
11881 }
11882
11883 push(contextStackCursor, context, fiber);
11884 push(didPerformWorkStackCursor, didChange, fiber);
11885 }
11886 }
11887
11888 function processChildContext(fiber, type, parentContext) {
11889 {

Callers 1

pushHostRootContextFunction · 0.70

Calls 1

pushFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…