recharts / react-smooth

react animation
MIT License
277 stars 38 forks source link

fix: recursive render in Animate #41

Closed jmfrancois closed 3 years ago

jmfrancois commented 3 years ago

While trying to check all demo in recharts I have found the rectangle demo is broken because of infinite loop in rendering:

Screen Shot 2020-12-21 at 15 21 48

This PR once build and copied into the recharts node_modules fix the demo

Screen Shot 2020-12-21 at 15 23 16