-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Integrate DefinitelyTyped TypeScript types into the project #880
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
Comments
Maybe make |
Could you not just map in your own types for a pre release? |
See discussion in #815 |
@aikoven what about making |
@stereobooster Isn't it a |
Yes indeed, then my issue is due to some other cause. Thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Redux itself currently ships with TypeScript types bundled, yet this does not. It seems like it would make sense to me to also ship types in this repository, especially as react-redux and redux are tightly integrated.
I ended up thinking about this due to the fact that using @types/react-redux with the latest beta releases of Redux (which have overhauled type definitions that fix an issue I was having) requires me going into the node_modules folder and manually deleting its dependency on Redux 3.x so that everything works how it should. If this project included the definitions like Redux does, both projects could then have matching beta/@next releases, which would fix this issue.
The text was updated successfully, but these errors were encountered: