I am new to highcharts. I have looked into the marker-clusters implementation using vanilla javascript as shown in examples here.
The vanilla javascript implementation works as expected but porting the solution in react is not working.
I understand that additional functionality in highcharts needs to be imported from specific modules but I cannot find the relevant module marker-clusters inside my node_modules folder.
I have a demo codesandbox replicating the issue here
Basically, the demos in highcharts sample use
<script src="https://code.highcharts.com/modules/marker-clusters.js"></script>
for the clustering behaviour but I am not able to do the same in react. Any help is much appreciated. Thank You.