kirjs / react-highcharts

React wrapper for Highcharts library
http://kirjs.github.io/react-highcharts/
MIT License
1.26k stars 233 forks source link

Uncaught TypeError: a.Highcharts.error is not a function #386

Closed Ashwin117 closed 6 years ago

Ashwin117 commented 6 years ago

I'm doing npm install highcharts and simply requiring...yet getting this problem at runtime.

I'm using React 16 w Webpack 3. What am i missing?

ilyjs commented 6 years ago

Hi @Ashwin117 If there is a problem with the installation highcharts. I think you need to ask here. https://github.com/highcharts/highcharts/issues

Ashwin117 commented 6 years ago

@ilyjs Hey, don't worry about it. We found the issue. It looks like the app was using an older version of highcharts already without my knowledge. This was causing conflicts. Thanks for the quick reply though.