()
| 18106 | } |
| 18107 | |
| 18108 | function getRootHostContainer() { |
| 18109 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
| 18110 | return rootInstance; |
| 18111 | } |
| 18112 | |
| 18113 | function pushHostContainer(fiber, nextRootInstance) { |
| 18114 | // Push current root instance onto the stack; |
no test coverage detected