According to the documentation( https://www.telerik.com/kendo-react-ui/components/scheduler/customization/items/ ), the composition tree looks as follows: EditItem -> Drag -> ViewItem -> Item, and according to this: https://www.telerik.com/kendo-react-ui/components/scheduler/customization/items/state-update/ this hook should give us access to the item being dragged.
However, regardless of where we use this hook, there is never any data. We've tried using it inside basically every part of the component(a custom item, view item, edit item, but regardless of where we try to use it, we just get `null`s back. Even when using it inside a custom `SchedulerItem` which has been written to render in a different color when on-going, when it is dragged, the item will correctly change color, but there is still no information available to us about it being dragged.
However, regardless of where we use this hook, there is never any data. We've tried using it inside basically every part of the component(a custom item, view item, edit item, but regardless of where we try to use it, we just get `null`s back. Even when using it inside a custom `SchedulerItem` which has been written to render in a different color when on-going, when it is dragged, the item will correctly change color, but there is still no information available to us about it being dragged.