Dragging an image, link, etc. into a node that accepts drops and is also draggable gives an exception in handleEnd, because state.draggedNodes is null at const nodesToClean = state.draggedNodes.map(...). https://github.com/formkit/drag-and-drop/blob/main/src/index.ts#L1976
Dragging an image, link, etc. into a node that accepts drops and is also draggable gives an exception in handleEnd, because state.draggedNodes is null at
const nodesToClean = state.draggedNodes.map(...). https://github.com/formkit/drag-and-drop/blob/main/src/index.ts#L1976