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
What is the current behavior?
react-transition-group/src/Transition.js is currently using findDOMNode so when using react.strictmode we get this warning:
findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Transition which is inside StrictMode.
What is the expected behavior?
Since React has deprecated findDOMNode in strictmode, why is it still in use here?
When will this be removed from the package?
Right now the warning is simply annoying, but concerned about it causing issues in future releases of react.
tarikhamilton, jnises, eolme, drinking-code, ShrivastavaAkash and 16 more