-
-
Notifications
You must be signed in to change notification settings - Fork 51.4k
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(descriptions): last item span fill remaining column #52410
Conversation
fix(descriptions): correct calculation of last item's span in useRow hook
|
👁 Visual Regression Report for PR #52410 Failed ❌
Warning There are more diffs not shown in the table. Please check the Full Report for details. Important There are 31 diffs found in this PR: 🔄
|
WalkthroughThis pull request addresses a bug in the Changes
|
@codecov-ai-reviewer review |
More templates
commit: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #52410 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 763 763
Lines 13774 13774
Branches 3604 3605 +1
=========================================
Hits 13774 13774 ☔ View full report in Codecov by Sentry. |
fix(descriptions): correct calculation of last item's span in useRow hook
🤔 This is a bug
💡 Background and Solution
before

after

📝 Change Log