ankane / react-chartkick

Create beautiful JavaScript charts with one line of React
https://chartkick.com/react
MIT License
1.2k stars 58 forks source link

Fixed No data in React.StrictMode #55

Closed xinyifly closed 2 years ago

xinyifly commented 2 years ago

<React.StrictMode /> mount and unmount Component twice in development mode.

This would cause this.chart.updateData to be called on a destroyed chart, cause No data to be shown.

ankane commented 2 years ago

Thanks @xinyifly!