()
| 14546 | } |
| 14547 | |
| 14548 | function getRootHostContainer() { |
| 14549 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
| 14550 | return rootInstance; |
| 14551 | } |
| 14552 | |
| 14553 | function pushHostContainer(fiber, nextRootInstance) { |
| 14554 | // Push current root instance onto the stack; |
no test coverage detected