()
| 11135 | } |
| 11136 | |
| 11137 | function getRootHostContainer() { |
| 11138 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
| 11139 | return rootInstance; |
| 11140 | } |
| 11141 | |
| 11142 | function pushHostContainer(fiber, nextRootInstance) { |
| 11143 | // Push current root instance onto the stack; |
no test coverage detected