You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error:(4, 12) TS2305: Module '"../@types/react-redux"' has no exported member 'ReactReduxContextValue'.
@types/react-redux: 6.0.13
connected-react-router: 6.3.2
The text was updated successfully, but these errors were encountered:
I can verify this. This was first introduced in release 6.3.0 via #245, which bumped the version of @types/react-redux to ^7.0.0.
I'm not really sure what the right way to handle this is, but I want to point out that v7 of react-redux is still in alpha as of today - check out their releases. There also aren't any v7 builds on npm. Maybe #245 should be reverted until v7 is officially released?
In the meantime I'm personally solving this by staying on connected-react-router@6.2.2.
By the way, here are the react-redux type definitions:
Error:(4, 12) TS2305: Module '"../@types/react-redux"' has no exported member 'ReactReduxContextValue'.
@types/react-redux: 6.0.13
connected-react-router: 6.3.2
The text was updated successfully, but these errors were encountered: