rkit / react-select2-wrapper

Wrapper for Select2
MIT License
163 stars 97 forks source link

Warning: findDOMNode is deprecated in StrictMode #101

Open Gonzalo8642 opened 3 years ago

Gonzalo8642 commented 3 years ago

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