amcharts / amcharts3-react

Official amCharts V3 React component
Apache License 2.0
118 stars 50 forks source link

Fail-safe unmount component #6

Closed timurib closed 8 years ago

timurib commented 8 years ago

When makeChart() in componentDidMount() fails then component cannot be correctly unmounted and breaks whole application:

Uncaught TypeError: Cannot read property 'clear' of null @ ReactCompositeComponent.js:243 componentWillUnmount @ amcharts3-react.js:174 unmountComponent @ ReactCompositeComponent.js:243 unmountComponent @ ReactReconciler.js:52 ...

PR just checks that chart is available before clear().

Pauan commented 8 years ago

Thanks for fixing this!