-
Notifications
You must be signed in to change notification settings - Fork 126
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
Not working on latest React 18 version #684
Comments
Can you try to add to your package.json peer dependency section your react (and react-dom) current package and version? "peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
} |
I've tried, I got the same errors as in the screenshot. |
even in the resolutions object?
…________________________________
Da: Elena Aleksovska ***@***.***>
Inviato: Thursday, September 15, 2022 9:29:31 PM
A: formsy/formsy-react ***@***.***>
Cc: GhostyJade ***@***.***>; Comment ***@***.***>
Oggetto: Re: [formsy/formsy-react] Not working on latest React 18 version (Issue #684)
I've tried, I got the same errors as in the screenshot
—
Reply to this email directly, view it on GitHub<#684 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJENIJTPUU5RBWEXXAZCYTLV6N2JXANCNFSM6AAAAAAQEZYV5Q>.
You are receiving this because you commented.Message ID: ***@***.***>
|
formsy accept only : ^16.0.0 || ^17.0.0 (check package). |
Can you test |
@felixmosh Yup it works. |
Great, the installation is working. |
Hello, I tried to upgrade to react 18.
These are the npm react packages that I am using:
"react": "^18.2.0",
"react-document-title": "^2.0.3",
"react-dom": "^18.2.0",
"react-router-dom": "^5.3.3",
"react-select": "^5.4.0"
when I delete node_modules and run npm install these are the errors I get:
Any suggestions?
The text was updated successfully, but these errors were encountered: