-
Notifications
You must be signed in to change notification settings - Fork 101
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
Update to react 17 #117
Comments
What do you think needs updating? AFAIK this is still compatible with React 17. |
I believe I've run into the same issue here. As suggested in the error message, it does work fine with --legacy-peer-deps, so it's not critical. Steps to reproduce: run npm ERR! A complete log of this run can be found in: The mentioned log files are attached. |
Same issue with react 18:
however using |
I have the same issue and I cant fix with --legacy-peer-deps |
I will fix this in the next release, thanks! |
Any timeline on the next release? |
Any update on this @alewin ? :) |
When will be the next release @alewin? :)
|
We're planning on releasing a fix for it soon™️ For anyone seeing this thread and wanting a temporary fix you can add the following to your .....
"overrides": {
"@koale/useworker": {
"react": "^17.0.0"
}
}
.... |
I don't think that description is needed.
I don't mind to do, just update me if you allow.
Thanks.
The text was updated successfully, but these errors were encountered: