Hi,
I opened this issue to report you a bug on your react-transition-group module. Methods to interact with the DOM and the virtual DOM in React has changed and since this update React has done, when we use transitions by the way of react-transition-group. The error occurred when the transition entered into the DOM.
We have got this following error in the console of the web browser: 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://reactjs.org/link/strict-mode-find-node.

I hope you will fix this issue quickly!
Most helpful comment
@koba04 I stand corrected both element (Transition and inner animated element
This issue can be closed, and I am closing #709.
All 3 comments
@Kylian030903
react-transition-grouphas addednodeRefas an alternative forfindDONNode, so you can usenodeRefto avoid the warning.https://github.com/reactjs/react-transition-group/blob/master/CHANGELOG.md#440-2020-05-05
@koba04 when
nodeRefis added animation will stop working #709.@koba04 I stand corrected both element (Transition and inner animated element
This issue can be closed, and I am closing #709.