fix: columns resize sync #5058
Annotations
1 error and 1 warning
test
Process completed with exit code 1.
|
test:
src/hooks/useColumnWidths.ts#L61
React Hook useLayoutEffect contains a call to 'setResizedColumnsToMeasure'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [gridWidth, resizedColumnsToMeasure, columnsToMeasure, gridRef, setResizedColumnWidths, columns, onColumnResize, updateMeasuredWidths] as a second argument to the useLayoutEffect Hook
|