Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New useReducer typings #375

Open
eps1lon opened this issue Mar 24, 2024 · 0 comments
Open

New useReducer typings #375

eps1lon opened this issue Mar 24, 2024 · 0 comments
Labels
enhancement New feature or request React 19

Comments

@eps1lon
Copy link
Owner

eps1lon commented Mar 24, 2024

All the breakages I found so far can be resolved via

-useReducer<React.Reducer<State, Action>>
+useReducer<State, [Action]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request React 19
Projects
Status: Ready
Development

No branches or pull requests

1 participant