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.

Author: youjia727Created May 17, 2024Updated Dec 30, 2024

react18.3.1 indicates that findDOMNode is deprecated 图片

Source: reactjs/react-transition-group