chart-race-react
chart-race-react copied to clipboard
Fix data sort, use componentDidUpdate
Hello,
I have made a few fixes to this module:
-
Drop using
componentWillReceiveProps()and switched tocomponentDidUpdate(). This fixed a bug where the interval kept running, and will enable compatibility with React 17. -
Fix data sorting that would sometimes not be correct.