(fiber)
| 11697 | } |
| 11698 | |
| 11699 | function popTopLevelContextObject(fiber) { |
| 11700 | pop(didPerformWorkStackCursor, fiber); |
| 11701 | pop(contextStackCursor, fiber); |
| 11702 | } |
| 11703 | |
| 11704 | function pushTopLevelContextObject(fiber, context, didChange) { |
| 11705 | !(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; |