(fiber)
| 12618 | } |
| 12619 | |
| 12620 | function popTopLevelContextObject(fiber) { |
| 12621 | pop(didPerformWorkStackCursor, fiber); |
| 12622 | pop(contextStackCursor, fiber); |
| 12623 | } |
| 12624 | |
| 12625 | function pushTopLevelContextObject(fiber, context, didChange) { |
| 12626 | !(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; |