fix: Table sticky header render blink bug#53803
Conversation
|
|
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the 📝 WalkthroughSummary by CodeRabbit
Walkthrough此次更改仅更新了 Changes
Assessment against linked issues
Suggested labels
Suggested reviewers
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
👁 Visual Regression Report for PR #53803 Failed ❌
Warning There are more diffs not shown in the table. Please check the Full Report for details. Important There are 36 diffs found in this PR: 🔄
|
WalkthroughThis pull request addresses a bug fix for the Ant Design Table component, specifically resolving a rendering issue where the table header would blink when the sticky header feature was enabled. The fix involves updating the Changes
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
size-limit report 📦
|
More templates
commit: |
Bundle ReportChanges will increase total bundle size by 48 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: antd.min-array-pushAssets Changed:
|
Deploying ant-design with
|
| Latest commit: |
2f30f01
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0186cc0b.ant-design.pages.dev |
| Branch Preview URL: | https://test-table-snapshot.ant-design.pages.dev |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #53803 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 774 774
Lines 14005 14005
Branches 3705 3705
=========================================
Hits 14005 14005 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|

























中文版模板 / Chinese template
🤔 This is a ...
🔗 Related Issues
fix #49099
fix #45964
close #53802
💡 Background and Solution
react-component/table#1267
📝 Change Log
sticky时的一个列头渲染闪烁问题。