dnd kit nested button does not register onClick
I have a button nested in a sortable list using dnd kit and core UI, however when I click on a button, the onClick function does not event get called.
dnd kit nested array onclick passing wrong prop
I am rendering list items using an object that has nested arrays like so:
How to get information about nested useDropable()?
I have a container that has useDropable()
as well as use useSortable()
:
Is it possible to disable Sorting an Transform on useStortable Items once they are disabled in dnd-kit?
I’ve been struggling with dnd-kit for a number of days now and although it seems like this would be easy I can’t figure out how to achieve what I need.