question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Npm package broken with Redux 4 and TypeScript

See original GitHub issue

Hello

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:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:8

github_iconTop GitHub Comments

11reactions
TrejGuncommented, Apr 20, 2018

@Cryrivers It was released 😃

5reactions
solsharkcommented, Jun 13, 2018

Any news on this?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found