(fiber)
| 12505 | } |
| 12506 | |
| 12507 | function popTopLevelContextObject(fiber) { |
| 12508 | pop(didPerformWorkStackCursor, fiber); |
| 12509 | pop(contextStackCursor, fiber); |
| 12510 | } |
| 12511 | |
| 12512 | function pushTopLevelContextObject(fiber, context, didChange) { |
| 12513 | !(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; |