recharts / react-smooth

react animation
MIT License
277 stars 38 forks source link

Allow react 17 as peerDependency #47

Closed bradtgmurray closed 3 years ago

bradtgmurray commented 3 years ago

Addresses #45

React 17 has been out for 5 months with minimal breaking changes, let's allow it, shall we?

npm demo looks the same with either react 16 or 17 installed as a devDependency, unfortunately couldn't run tests with react 17 as enzyme doesn't support it yet. https://github.com/enzymejs/enzyme/issues/2429

bradtgmurray commented 3 years ago

Ha, this is the same as #46 , closing.