(fiber, context, didChange)
| 12372 | } |
| 12373 | |
| 12374 | function pushTopLevelContextObject(fiber, context, didChange) { |
| 12375 | !(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; |
| 12376 | |
| 12377 | push(contextStackCursor, context, fiber); |
| 12378 | push(didPerformWorkStackCursor, didChange, fiber); |
| 12379 | } |
| 12380 | |
| 12381 | function processChildContext(fiber, parentContext) { |
| 12382 | var instance = fiber.stateNode; |
no test coverage detected