Skip to content
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

Error when trying to build App. Could be related to redux versions? #4

Closed
BoweFrankema opened this issue Jul 16, 2022 · 2 comments · Fixed by #5
Closed

Error when trying to build App. Could be related to redux versions? #4

BoweFrankema opened this issue Jul 16, 2022 · 2 comments · Fixed by #5
Assignees
Labels
bug Something isn't working

Comments

@BoweFrankema
Copy link

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

@alizarion
Copy link
Contributor

Hi @BoweFrankema thanks for opening this issue , Indeed there is a dependency management problem, I'm checking that

@alizarion alizarion self-assigned this Jul 21, 2022
@alizarion alizarion added the bug Something isn't working label Jul 21, 2022
alizarion pushed a commit that referenced this issue Jul 22, 2022
update material-ui, reactjs, redux, migrate nx to the latest version 14.4.3
fix shadow dom and emotion style provider.
@alizarion alizarion linked a pull request Jul 22, 2022 that will close this issue
alizarion pushed a commit that referenced this issue Jul 22, 2022
Fix release incrementation issue
alizarion added a commit that referenced this issue Jul 22, 2022
…ild-app-could-be-related-to-redux-versions

Fix build issue #4
@alizarion
Copy link
Contributor

alizarion commented Jul 22, 2022

@BoweFrankema resolved on v1.0.1, don't hesitate to open a new Issue if you encounter another problem 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants