-
-
Notifications
You must be signed in to change notification settings - Fork 53.5k
feat: ConfigProvider support root for Space #52248
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
|
👁 Visual Regression Report for PR #52248 Failed ❌
Warning There are more diffs not shown in the table. Please check the Full Report for details. Important There are 359 diffs found in this PR: 🔄 323 changed, 🆕 36 added.
|
WalkthroughThis pull request introduces a new feature to the Changes
|
className={cls} | ||
style={{ ...gapStyle, ...space?.style, ...style }} | ||
{...otherProps} | ||
className={rootClassNames} |
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.
Ensure that the merging of styles in the style
prop maintains the correct order of precedence. The current order seems correct, but any future changes should preserve this order to avoid unexpected style overrides.
More templates
commit: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #52248 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 763 763
Lines 13734 13732 -2
Branches 3585 3583 -2
=========================================
- Hits 13734 13732 -2 ☔ View full report in Codecov by Sentry. |
中文版模板 / Chinese template
🤔 This is a ...
📝 Change Log