You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was facing problem that Uncaught ReferenceError: highcharts_react_official_1 is not defined
below version config
Node -v=>14.20.0
NPM -v=>6.14.17
React -v=>17.0.2
@Revanth12-creator, your problem is not related to using React components with Highcharts formatters, so I created a separate thread.
As to your issue, it looks that highcharts-react-official has not been correctly installed in your project. Please check if there are a proper files ('highcharts-react-official' folder) in your node modules. This problem can be also related to #397, so you can try to use named import.
Hi ,
Created the React component as blow
I have installed below packages
I was facing problem that Uncaught ReferenceError: highcharts_react_official_1 is not defined
below version config
Node -v=>14.20.0
NPM -v=>6.14.17
React -v=>17.0.2
Originally posted by @Revanth12-creator in #23 (comment)
The text was updated successfully, but these errors were encountered: