Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [BUG]pro create 选中 complete 存在 Warning #11319

Open
YuShai opened this issue Aug 22, 2024 · 3 comments
Open

🐛 [BUG]pro create 选中 complete 存在 Warning #11319

YuShai opened this issue Aug 22, 2024 · 3 comments

Comments

@YuShai
Copy link

YuShai commented Aug 22, 2024

pro create my-app

选择 complete

项目yarn start 后控制台 会有Card、Modal、ProForm 等组件弃用的API Warning;

自动分割菜单 后存在 : mf-dep____vendor.cacd6d34.js:459995 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:

@dimsumc
Copy link

dimsumc commented Sep 13, 2024

image 我看是 menuItem, 应该是同样的问题

@YuShai
Copy link
Author

YuShai commented Sep 13, 2024

图像 我看是menuItem,应该是同样的问题

"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet-async": "^1.3.0"

 "@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-helmet": "^6.1.11",

降版本,亲测

@dimsumc
Copy link

dimsumc commented Sep 13, 2024

图像 我看是menuItem,应该是同样的问题

"react": "18.2.0", "react-dom": "18.2.0", "react-helmet-async": "^1.3.0"

 "@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-helmet": "^6.1.11",

降版本,亲测

能用, 没想到是降版本处理... 😂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants