react-draggable
react-draggable copied to clipboard
findDOMNode is deprecated in StrictMode
Receiving a warning of the following:
findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of DraggableCore which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here
It seems to work anyhow however:
"next": "13.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-draggable": "^4.4.5",
I tried using ref, it is a bit buggy but it works.
<Draggable nodeRef={nodeRef}>
Having the same problem
It's answered in changelog https://github.com/react-grid-layout/react-draggable/blob/master/CHANGELOG.md#440-may-12-2020