-
-
Notifications
You must be signed in to change notification settings - Fork 49.3k
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
refactor: optimization of noStyle message #22410
Conversation
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.
Could you please add tests to make sure this change works as expected?
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 f96d69c:
|
Codecov Report
@@ Coverage Diff @@
## master #22410 +/- ##
==========================================
+ Coverage 98.08% 98.08% +<.01%
==========================================
Files 306 306
Lines 7046 7061 +15
Branches 1928 1938 +10
==========================================
+ Hits 6911 6926 +15
Misses 135 135
Continue to review full report at Codecov.
|
function setFrameValue(updater: Updater<ValueType>) { | ||
if (frameRef.current === null) { | ||
batchRef.current = []; | ||
frameRef.current = requestAnimationFrame(() => { |
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.
site build 挂了是有原因的。
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.
🤔 This is a ...
🔗 Related issue link
resolve #22288
💡 Background and solution
📝 Changelog
noStyle
children Form.Item message collection performance.noStyle
子 Form.Item 时信息收集性能。☑️ Self Check before Merge