()
| 25738 | ]; |
| 25739 | } |
| 25740 | function rerenderTransition() { |
| 25741 | var booleanOrThenable = rerenderReducer(basicStateReducer)[0], |
| 25742 | start = updateWorkInProgressHook().memoizedState; |
| 25743 | return [ |
| 25744 | "boolean" === typeof booleanOrThenable |
| 25745 | ? booleanOrThenable |
| 25746 | : useThenable(booleanOrThenable), |
| 25747 | start |
| 25748 | ]; |
| 25749 | } |
| 25750 | function useHostTransitionStatus() { |
| 25751 | return readContext(HostTransitionContext); |
| 25752 | } |
no test coverage detected
searching dependent graphs…