()
| 3988 | push(contextStackCursor, nextRootInstance); |
| 3989 | } |
| 3990 | function popHostContainer() { |
| 3991 | pop(contextStackCursor); |
| 3992 | pop(contextFiberStackCursor); |
| 3993 | pop(rootInstanceStackCursor); |
| 3994 | } |
| 3995 | function pushHostContext(fiber) { |
| 3996 | null !== fiber.memoizedState && push(hostTransitionProviderCursor, fiber); |
| 3997 | var context = contextStackCursor.current; |
no test coverage detected
searching dependent graphs…