index.js:1 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.
老师,请问如何不让React报这个警告 网上说去掉 index.jsx 里面的 <React.StrictMode> 标签,还有别的解决方法么?