-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 Report] formily构建的组件样式与预期不符 #4251
Comments
我的项目的相关依赖如下: "dependencies": {
"@formily/antd": "^2.3.2",
"@formily/core": "^2.3.2",
"@formily/react": "^2.3.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"antd": "^5.22.5",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^7.0.2",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
}, |
换成 依赖为: "dependencies": {
"@formily/antd": "^2.3.2",
"@formily/core": "^2.3.2",
"@formily/react": "^2.3.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.98",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"antd": "^5.22.5",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
} |
我知道了,之前我混淆了文档 |
问题已解决 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduction link
Steps to reproduce
我使用了快速入门中的代码:
What is expected?
预期样式应该与官方文档一致
What is actually happening?
Package
@formily/[email protected]
The text was updated successfully, but these errors were encountered: