-
Notifications
You must be signed in to change notification settings - Fork 39
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
React 18? #54
Comments
Hii , could u tell me what is the cmd u used then u get this issue ? |
https://www.npmjs.com/package/@ideasio/add-to-homescreen-react |
In node modules is this dependency present already or not ? |
No, it's not. |
See in this case u can do one thing delete the node_modules folder and package.lock.json file from your folder. And again do: |
Until this is fixed for now you can delete the node_modules folder and package-lock.json. Next, open package.json and change Alternative Solution (Try this first!): delete both node_modules and package-lock.json |
Hey guys, would be great if you can update this to support React V18 :) |
Adding overrides in "overrides": {
"@ideasio/add-to-homescreen-react": {
"react": "$react",
"react-dom": "$react-dom"
}
} |
Add support for React 18
The text was updated successfully, but these errors were encountered: