ant-design/ant-design-mobile

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

Opened this issue · 2 comments

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

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"

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