Hello, I've been trying to make a Gantt chart with draggable tasks but every time i try to import the draggable-points module it gives the following error:
TypeError Cannot destructure property 'addEvent' of 's(...)' as it is undefined.
Here is a sandbox with a minimal reproduction of the error
https://codesandbox.io/p/sandbox/highcharts-react-v4-1-0-4zsk6n
I have the same draggable tasks feature on another project with v3 and it works fine.
Hello, I've been trying to make a Gantt chart with draggable tasks but every time i try to import the draggable-points module it gives the following error:
TypeError Cannot destructure property 'addEvent' of 's(...)' as it is undefined.
Here is a sandbox with a minimal reproduction of the error
https://codesandbox.io/p/sandbox/highcharts-react-v4-1-0-4zsk6n
I have the same draggable tasks feature on another project with v3 and it works fine.