(fiber)
| 11600 | } |
| 11601 | |
| 11602 | function popTopLevelContextObject(fiber) { |
| 11603 | pop(didPerformWorkStackCursor, fiber); |
| 11604 | pop(contextStackCursor, fiber); |
| 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; |