()
| 11995 | } |
| 11996 | |
| 11997 | function getRootHostContainer() { |
| 11998 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
| 11999 | return rootInstance; |
| 12000 | } |
| 12001 | |
| 12002 | function pushHostContainer(fiber, nextRootInstance) { |
| 12003 | // Push current root instance onto the stack; |
no test coverage detected