Hello,
I am looking for a library which would allow us to implement a drag and drop reordering of the rows of a virtualized list.
I would like to use the KendoReact Drag&Drop utility, but it seems that `useDraggable` needs a ref as its first argument.
And it seems that this ref should not be unmounted, otherwise it yields an error.
But, in virtualized lists such as `FixedSizeList` from React Window, the components will be automatically unmounted when they are outside the viewed area.
Is it possible to implement the Drag&Drop utility from KendoReact inside a virtualized list, or should we look for another Drag&Drop library which would support this use case?