Closed CarlosHdez closed 3 years ago
Would it be possible to change the peer dependecies for react from ^16.0.0 to maybe ^16.0.0 || ^17? In my current project I'm using react 17.0.1 so I either need to install it with --force or --legacy-peer-deps.
^16.0.0
^16.0.0 || ^17
--force
--legacy-peer-deps
Thanks
Would it be possible to change the peer dependecies for react from
^16.0.0
to maybe^16.0.0 || ^17
? In my current project I'm using react 17.0.1 so I either need to install it with--force
or--legacy-peer-deps
.Thanks