kevinsqi/react-circular-progressbar

Upgrade to React 17

PlanetIrata opened this issue ยท 2 comments

๐Ÿ› Bug report

Summary of issue

Can't npm update a project already upgraded to React 17.0.1

npm ERR! Found: react@17.0.1
npm ERR! node_modules/react
npm ERR!   react@"^17.0.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^0.14.0 || ^15.0.0 || ^16.0.0" from react-circular-progressbar@2.0.3

Workaround (bad): npm update --force

I'm also facing the same issue here ooo.

I released an update which allows ^17.0.0 in version 2.0.4. Thanks for reporting - please reopen if you're still seeing issues!