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
Thanks for building this starter! When trying to get this working I ran into an error during the step
nx serve my-project
Here is the exact error:
TS2345: Argument of type 'EnhancedStore<{ falseEntity: string; }, AnyAction, MiddlewareArray<[ThunkMiddleware<{ falseEntity: string; }, AnyAction, undefined>]>>' is not assignable to parameter of type 'EnhancedStore<any, AnyAction, Middlewares<any>>'.
I've tried updating the Package.json to recent versions of redux/redux-toolkit/react-redux but this did not help. I found something here related to the issue but did not got anywhere: reduxjs/redux-thunk#333
Cheers,
Bowe
The text was updated successfully, but these errors were encountered:
Thanks for building this starter! When trying to get this working I ran into an error during the step
Here is the exact error:
I've tried updating the Package.json to recent versions of redux/redux-toolkit/react-redux but this did not help. I found something here related to the issue but did not got anywhere: reduxjs/redux-thunk#333
Cheers,
Bowe
The text was updated successfully, but these errors were encountered: