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
A warning regarding the deprecation of findDOMNode is shown when using the SwitchTransition & CSSTransition in Strict mode (React v16.13.1).
What is the current behaviour?
Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Transition 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
What is the expected behavior?
No console messages
Could you provide a CodeSandbox demo reproducing the bug?
Can be recreated using the demo sandbox and changing the React version to 16.13.1.
ufollettu, bluenote10, beaneeber, snax4a, frederic-mamath and 12 morealvinh77, bluenote10, snax4a and crvouga