()
| 15084 | } |
| 15085 | |
| 15086 | function getRootHostContainer() { |
| 15087 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
| 15088 | return rootInstance; |
| 15089 | } |
| 15090 | |
| 15091 | function pushHostContainer(fiber, nextRootInstance) { |
| 15092 | // Push current root instance onto the stack; |
no test coverage detected
searching dependent graphs…