-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Could not resolve dependency: peer react@"^16.8.0 || 17.x" from @reach/[email protected] #7737
Comments
Hi @Drew-Daniels, This issue is caused due to react 18 being used in the example. It appears that the As a workaround for now you can replace the
Just thinking it may be worth adding a note onto the docs to help others which I can do? |
Thanks for the context @Hallidayo ! That sounds good to me. I'd be happy to make a PR for this too if you'd rather. |
I went through the exact same issue and replacing with a div worked fine, thanks a lot. |
Yep for sure! Thanks @Hallidayo |
Bug report
Describe the bug
I am following the Quickstart: React tutorial for Supabase and at the step where we are asked to install
@reach/visually-hidden
, I get the following error in my terminal console:To Reproduce
npx create-react-app supabase-react
cd supabase-react
npm install @supabase/supabase-js
npm install @reach/visually-hidden
Expected behavior
I would expect there to not be a dependency conflict error while following the tutorial.
Screenshots
System information
The text was updated successfully, but these errors were encountered: