I have a bubble chart was working fine before i updated highcharts now i get the error – Uncaught TypeError: HighchartsMore is not a function it relates to “HighchartsMore(Highcharts);
“
import Highcharts from 'highcharts';
import HighchartsReact from 'highcharts-react-official';
import HighchartsMore from 'highcharts/highcharts-more';
HighchartsMore(Highcharts);
Im guessing they have moved it? but I cant find any documentation to say what / how i should change my code?