-
-
Notifications
You must be signed in to change notification settings - Fork 278
fix: RenderProps deps validate #218
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
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/react-component/field-form/ju0vvzkyp |
@crazyair 来确认一下 |
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #218 +/- ##
=======================================
Coverage 99.89% 99.89%
=======================================
Files 13 13
Lines 931 937 +6
Branches 201 203 +2
=======================================
+ Hits 930 936 +6
Misses 1 1
Continue to review full report at Codecov.
|
测试挂的还是不少,发个 minor 以防万一 |
dependencies
的字段在 renderProps 的 Field 下延迟一个 Promise 以确保rules
保持同步更新。