()
| 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; |
no outgoing calls
no test coverage detected
searching dependent graphs…