ant-design / ant-design-pro

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

🐛 [BUG] pnpm create umi 刚安装完,启动项目就报错 #11342

Open boya2024 opened 6 days ago

boya2024 commented 6 days ago

🐛 pnpm create umi 刚安装完,启动项目就抛出警告

Warning: findDOMNode is deprecated and will be removed in the next major release.

bug

📷 复现步骤 | Recurrence steps

  1. pnpm create umi
  2. pnpm run dev

© 版本信息

lihong1232 commented 4 days ago

findDOMNode is a built-in function in React. Why does Ant Design throw this error?

lihong1232 commented 3 days ago

Seems that others encountering the same issue. https://github.com/ant-design/ant-design-pro/issues/11319 and there is a solution in comments.