ant-design / ant-design-mobile

Essential UI blocks for building mobile web apps.
https://mobile.ant.design
MIT License
11.66k stars 2.41k forks source link

findDOMNode is deprecated and will be removed 【ant-mobile 5.35.0】 #6715

Open xumaoyanxumaoyan opened 3 months ago

xumaoyanxumaoyan commented 3 months ago

Version of antd-mobile

5.35.0

Operating system and its version

Android

Browser and its version

No response

Sandbox to reproduce

No response

What happened?

react-dom.development.js:86 Warning: findDOMNode is deprecated and will be removed in the next major release. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here

Relevant log output

No response

xumaoyanxumaoyan commented 3 months ago

use this dependencies can resolve that warning :"react": "18.2.0", "react-dom": "18.2.0", "react-router": "^6.26.0", "react-router-dom": "6.21.0",

don't use "^18.2.0"

xumaoyanxumaoyan commented 3 months ago

"@types/react": "18.2.0", "@types/react-dom": "18.2.0",