Hello, we have a react application that currently uses:
-"highcharts": "^11.2.0"
-"highcharts/dashboards": "^1.2.0"
And we are upgrading to:
-"highcharts": "^11.4.8"
-"highcharts/dashboards": "^3.0.0"
But when doing so the application breaks and the dashboard is no longer visible.
We think it might be due other module incompatibility, because the only other changes we applied during the upgrade is calling the right .CSS files and other minor adjustment on styling.
Is there a known issue related to packages that should be avoided or replaced after upgrading?
I cant attach the package-lock.json compressed because of the file size restriction, is about 324kB.
Thanks in advance for all the help.