We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9ce0d commit 6434e7eCopy full SHA for 6434e7e
src/Body/MeasureCell.tsx
@@ -24,7 +24,7 @@ const MeasureCell: React.FC<MeasureCellProps> = props => {
24
if (cellRef.current) {
25
onColumnResize(columnKey, cellRef.current.offsetWidth);
26
}
27
- }, [columnIndex]);
+ }, []);
28
29
return (
30
<ResizeObserver data={columnKey}>
0 commit comments