coupez / react-circle-progress-bar

A circular progress bar for React
18 stars 13 forks source link

Adding support of React v17 #20

Closed Vahid-Taheri closed 2 years ago

Vahid-Taheri commented 2 years ago

There are some issues when we upgrade react from 16.8 to 17. The solution is using peerDependencies instead of dependencies for react and react-dom packages.