Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of ResizeObserver 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

    默认是严格模式,删除标签,关闭严格模式,警告自然消除了。
    原因:
    经过开发者的issue回复,原来是把严格模式加入了版本改动中
    image.png