(fiber)
| 12367 | } |
| 12368 | |
| 12369 | function popTopLevelContextObject(fiber) { |
| 12370 | pop(didPerformWorkStackCursor, fiber); |
| 12371 | pop(contextStackCursor, fiber); |
| 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; |