All the [breakages I found so far](https://github.com/users/eps1lon/projects/3/views/9) can be resolved via ```diff -useReducer<React.Reducer<State, Action>> +useReducer<State, [Action]> ```
All the breakages I found so far can be resolved via