MCPcopy Create free account
hub / github.com/caseywebdev/react-list / resetContextDependencies

Function resetContextDependencies

docs/index.js:28882–28885  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28880 );
28881 }
28882 function resetContextDependencies() {
28883 lastContextDependency = currentlyRenderingFiber = null;
28884 isDisallowedContextReadInDEV = !1;
28885 }
28886 function pushProvider(providerFiber, context, nextValue) {
28887 push(valueCursor, context._currentValue, providerFiber);
28888 context._currentValue = nextValue;

Callers 4

resetWorkInProgressStackFunction · 0.85
renderRootSyncFunction · 0.85
renderRootConcurrentFunction · 0.85
throwAndUnwindWorkLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…