ant-design / ant-design-pro

👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!
https://pro.ant.design
MIT License
36.31k stars 8.14k forks source link

🐛 [BUG] Ant Design Pro 6.0 报警告 Warning: findDOMNode is deprecated and will be removed in the next major release. #11226

Open vwalexanderjin opened 4 months ago

vwalexanderjin commented 4 months ago

🐛 bug 描述

Ant Design Pro 6.0 报警告 Warning: findDOMNode is deprecated and will be removed in the next major release.

📷 复现步骤 | Recurrence steps

执行yarn start 即报此bug。

🏞 期望结果 | Expected results

可以不出此警告不,强迫症看着难受。

💻 复现代码 | Recurrence code

无需复现。一运行就报此警告。

© 版本信息

🚑 其他信息

2 3

qindj commented 4 months ago

Ant Design已经在追踪这个问题了,#https://github.com/ant-design/ant-design/issues/48709

xianyunyh commented 4 months ago

React发布了新的版本,在新的版本18.3.0中加入了警告提示

https://github.com/facebook/react/releases/tag/v18.3.0

Ding95 commented 3 months ago

React发布了新的版本,在新的版本18.3.0中加入了警告提示

  • Warn for deprecated findDOMNode outside StrictMode

https://github.com/facebook/react/releases/tag/v18.3.0

手动改下react的版本就好了

yarn remove react react-dom yarn add react@18.2.0 react-dom@18.2.0

W-ang-nan commented 3 months ago

我就是18.2.0版本也是有报错的,buttton按钮点击就会报错