Hi,
I'm trying to use the react-draggable API to achieve the same behaviour as in the documentation demo (http://react-grid-layout.github.io/react-draggable/example/)
However, just wrapping my Comoponent's tag with <Draggable> doesn't work as expected. My component doesn't follow the cursor on drag, neither it moves to the place were the cursor stops dragging.
Do you know what can be wrong? (My code is not shareable, but I can add a reproducer if the info is not clear enough)
Thanks!