react-select2-wrapper icon indicating copy to clipboard operation
react-select2-wrapper copied to clipboard

Warning: findDOMNode is deprecated in StrictMode

Open Gonzalo8642 opened this issue 5 years ago • 0 comments

I see the following error when using select2

Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Select2 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

I still see this error even when I use useRef or useCreate to pass in the ref prop

Gonzalo8642 avatar Jan 18 '21 22:01 Gonzalo8642