Improvements
Adding docs for dragging <svg>
elements #613
If you are attempting to use a <svg>
(a SVGElement
) as a Draggable
or drag handle react-beautiful-dnd
will now give you a more helpful error messaging in development builds. We have also created a dragging <svg>
s guide to help you with dragging SVGs if you want to.
Thanks for raising this @mikesobol
Fixes
- Fixing
DragDropContext > Hooks
timing issue #618. Thanks for raising it @ntelkedzhiev