Open
Description
All the breakages I found so far can be resolved via
-useReducer<React.Reducer<State, Action>>
+useReducer<State, [Action]>
Metadata
Metadata
Assignees
Labels
Projects
Status
Ready
All the breakages I found so far can be resolved via
-useReducer<React.Reducer<State, Action>>
+useReducer<State, [Action]>
Status