-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
@rndD reports "the error happens when I try to resize the column" shows:
const diff = e.clientX - startX;
const newWidth = startWidth + diff;
const newNextWidth = nextStartWidth - diff;
if (!newWidth || !newNextWidth) {
console.warn("Unexpected computed values for resize width", {
newWidth,
newNextWidth
});
return;
}
Component(s) affected
Table
How to reproduce
Resize table
Click UI Version
0.1.0-rc.70 (pre-release)
Browser(s)
Chrome
Operating system
macOS
Is this a regression?
Not sure
Last working version (if regression)
No response
Screenshots or recording
No response
Visual / UX checklist
- Checked in both light and dark mode (if applicable)
- Checked at different viewport sizes (if applicable)
- Checked with keyboard navigation (if applicable)
- Checked for visual regressions in related components
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working