jquense/react-widgets

findDOMNode is deprecated in StrictMode - error

CarelessCourage opened this issue · 7 comments

Im getting this error with the combobox.

react_devtools_backend.js:4026 Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Transition2 which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here:

image

bt commented

Odd, I just came across this too with <DropdownList>. Similar stack trace, however it's mentioned in #928 that it's closed as fixed? No commit mentioned though and it was back in 2021 so it should have already been pushed.

This is due to react-transition-group, I am going to try and work around it without breaking changes :/

bt commented

This is due to react-transition-group, I am going to try and work around it without breaking changes :/

Thanks for the quick reply. Would you mind sharing roughly what code uses this and maybe I'll have a look to see if I can help when I'm free?

You can search in the repo, but probable the SlideDownTransition component specifically