-
-
Notifications
You must be signed in to change notification settings - Fork 50.8k
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
feat: FormItem support generate for renderProps #26791
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 2c3db97:
|
Size Change: 0 B Total Size: 881 kB ℹ️ View Unchanged
|
Codecov Report
@@ Coverage Diff @@
## feature #26791 +/- ##
===========================================
+ Coverage 98.81% 99.83% +1.01%
===========================================
Files 363 385 +22
Lines 7280 7394 +114
Branches 1967 2067 +100
===========================================
+ Hits 7194 7382 +188
+ Misses 86 12 -74
Continue to review full report at Codecov.
|
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
resolve #26775
💡 Background and solution
📝 Changelog
getFieldsValue
return generic type withoutnamePath
argument.getFieldsValue
不配置namePath
时返回类型为 FormValue 的泛型定义。☑️ Self Check before Merge