(fiber)
| 12402 | } |
| 12403 | |
| 12404 | function popTopLevelContextObject(fiber) { |
| 12405 | pop(didPerformWorkStackCursor, fiber); |
| 12406 | pop(contextStackCursor, fiber); |
| 12407 | } |
| 12408 | |
| 12409 | function pushTopLevelContextObject(fiber, context, didChange) { |
| 12410 | !(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; |