-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
fix: getValueProps
should not be executed when name
does not exist
#666
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
<div> | ||
<Form initialValues={{ test: 'bamboo' }}> | ||
<Field getValueProps={getValueProps}> | ||
<span className="anything" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lack of case when children is a function.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #666 +/- ##
=======================================
Coverage 99.43% 99.43%
=======================================
Files 18 18
Lines 1247 1247
Branches 288 308 +20
=======================================
Hits 1240 1240
Misses 7 7 ☔ View full report in Codecov by Sentry. |
ref: ant-design/ant-design#47952