Closed TheSecurityDev closed 2 years ago
I had to downgrade to npm v6 to fix the issues if it helps anyone else.
The react
peer dependency range in app-bridge-react
has now been extended to include both v16 and v17. Please update to the latest app-bridge-react
version (2.0.16 at the time of this writing) if you'd like to use React v17.
Describe the feature you’d like
If I specify React version ^17.0.0 in the package.json, then when trying to update or install some packages I get this error:
I am able to get it working using
--legacy-peer-deps
, but when I try to deploy to Heroku it won't build there.When I switch my react version back to v16 I get a bunch of warnings from other packages, so I want to update.
Maybe I'm misunderstanding where the issue is coming from, but that's what it looks like to me.