Import statement for high charts :
// Import Highcharts
import Highcharts from 'highcharts';
import HighchartsReact from "highcharts-react-official";
import HighchartsHeatmap from 'highcharts/modules/heatmap';
// Load Highmaps as a module
HighchartsHeatmap(Highcharts);
In the render I am using the below component
<HighchartsReact highcharts={Highcharts} options={chartOptions} />
On the initial render i am getting output where as after i do manual refresh i am facing the below error.