You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using react-resizable in react v17.0.2 inside ReactStrictMode throws a warning because findDOMNode is deprecated in StrictMode.
Warning: 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
System Info
Node Version: v15.8.0
Browser: Google Chrome Canary Version 91.0.4450.0
OS: Windows 10
Please select the type of issue you're reporting.
Problem Report
Using react-resizable in react v17.0.2 inside ReactStrictMode throws a warning because findDOMNode is deprecated in StrictMode.
Warning: 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
System Info
Node Version: v15.8.0
Browser: Google Chrome Canary Version 91.0.4450.0
OS: Windows 10
Reproduction
https://codesandbox.io/s/react-resizable-playground-forked-d8n7k?file=/src/index.js:3792-3809
The text was updated successfully, but these errors were encountered: