-
Notifications
You must be signed in to change notification settings - Fork 1k
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
TS2315: Type 'Middleware' is not generic #205
Comments
Maybe pin to [email protected] ? |
@laat trying that as we speak, also trying to downgrade Redux to version |
Pinning to
|
You have to use Redux 4.0 with redux-thunk 2.3.0. |
is it me or should that be major change? I install a minor update and am forced to make a major update to a core library? seems like this should have been redux-thunk 3.0.0 to me just sayin. |
It doesn't matter which version I use |
|
In my case, |
Yesterday I included
redux-thunk
in my project as middleware and then TypeScript failed. I already read this #203 but I'm runningreact-redux: "5.0.7"
andredux-thunk: "2.3.0"
so updating Redux isn't an option.The text was updated successfully, but these errors were encountered: