()
| 25728 | return [!1, stateHook]; |
| 25729 | } |
| 25730 | function updateTransition() { |
| 25731 | var booleanOrThenable = updateReducer(basicStateReducer)[0], |
| 25732 | start = updateWorkInProgressHook().memoizedState; |
| 25733 | return [ |
| 25734 | "boolean" === typeof booleanOrThenable |
| 25735 | ? booleanOrThenable |
| 25736 | : useThenable(booleanOrThenable), |
| 25737 | start |
| 25738 | ]; |
| 25739 | } |
| 25740 | function rerenderTransition() { |
| 25741 | var booleanOrThenable = rerenderReducer(basicStateReducer)[0], |
| 25742 | start = updateWorkInProgressHook().memoizedState; |
no test coverage detected
searching dependent graphs…