Hello. I'm trying to get the reactive state for the tasks, but I get an object only with a suscribe property. I don't understand very well how this works.
I tried to replicate the example of the documentation just to test:
https://docs.svar.dev/react/gantt/api/methods/getReactiveState
But I got an empty object there too. There I get this error:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'parent')
I don't know if I'm doing something wrong.