Npm package broken with Redux 4 and TypeScript
See original GitHub issueHello
Now that the extension is compatible with Redux 4 I decided to try it in our project. The project uses TypeScript.
I’m using the npm package to add the middleware to our store, but I get an error about GenericStoreEnhancer
.
This appears to be an issue with the type definition file.
According to a comment in #460, GenericStoreEnhancer
is removed in Redux 4.
It appears to have been removed from Redux in this commit reactjs/redux@cbdca6215e1891e97120ac05c971618182455e54
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:8
Top Results From Across the Web
@types/react-redux - npm
This package contains type definitions for react-redux (https://github.com/reduxjs/react-redux). Details. Files were exported from https:// ...
Read more >NPM package cannot be used as a JSX Component
I was able to use latest types fixing the broken typed deps, thanks to @Chris Web' s answer. For example for the Redux...
Read more >SERIES: React Native (Step by Step) — React Redux + Toolkit ...
In our last session, we've set up a new and clean React Native Project with Typescript and Linting Support. Today we will add...
Read more >Getting Started with Redux
Redux Toolkit is available as a package on NPM for use with a module bundler or ... npx create-react-app my-app --template redux-typescript ......
Read more >React 18, React Redux 8, and TypeScript: What you need to ...
Upgrading an existing application to React Redux 8 ; npm i ; npm install react@rc ; ReactDOM.render( <React.StrictMode> <App /> </React.StrictMode> ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Cryrivers It was released 😃
Any news on this?