(fiber)
| 11728 | } |
| 11729 | |
| 11730 | function popTopLevelContextObject(fiber) { |
| 11731 | pop(didPerformWorkStackCursor, fiber); |
| 11732 | pop(contextStackCursor, fiber); |
| 11733 | } |
| 11734 | |
| 11735 | function pushTopLevelContextObject(fiber, context, didChange) { |
| 11736 | !(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; |