()
| 15903 | } |
| 15904 | |
| 15905 | function getRootHostContainer() { |
| 15906 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
| 15907 | return rootInstance; |
| 15908 | } |
| 15909 | |
| 15910 | function pushHostContainer(fiber, nextRootInstance) { |
| 15911 | // Push current root instance onto the stack; |
no test coverage detected
searching dependent graphs…