Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels