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
What happened?
@rndD reports "the error happens when I try to resize the column" shows:
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