I am getting an error when I am trying to use Draggable,
Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Draggable which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://fb.me/react-strict-mode-find-node
Seems like an error inside the library code for me, and not very sure is there anything I can do to solve the error in my end?
I am using uncontrolled Draggable component.
Any help is appreciated.