(fiber, context, didChange)
| 11605 | } |
| 11606 | |
| 11607 | function pushTopLevelContextObject(fiber, context, didChange) { |
| 11608 | !(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; |
| 11609 | |
| 11610 | push(contextStackCursor, context, fiber); |
| 11611 | push(didPerformWorkStackCursor, didChange, fiber); |
| 11612 | } |
| 11613 | |
| 11614 | function processChildContext(fiber, parentContext) { |
| 11615 | var instance = fiber.stateNode; |
no test coverage detected