chart-race-react icon indicating copy to clipboard operation
chart-race-react copied to clipboard

Fix data sort, use componentDidUpdate

Open crsohr opened this issue 5 years ago • 0 comments

Hello,

I have made a few fixes to this module:

  • Drop using componentWillReceiveProps() and switched to componentDidUpdate(). 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.

crsohr avatar Mar 31 '20 13:03 crsohr