I have a container that has useDropable()
as well as use useSortable()
:
What I want to achieve is when there is sorting interaction, the other container can be dropped inside the containers which have the useDroppable
hook.
The useSortable
hook doesn’t have the information of which container the draggable is over. How can I achieve this with React DND KIT?