diff --git a/src/VariableSizeGrid.js b/src/VariableSizeGrid.js index 950c627..280a88a 100644 --- a/src/VariableSizeGrid.js +++ b/src/VariableSizeGrid.js @@ -417,7 +417,7 @@ const VariableSizeGrid = createGridComponent({ }: { columnIndex?: number, rowIndex?: number, - shouldForceUpdate?: boolean, + shouldForceUpdate: boolean, }) => { if (typeof columnIndex === 'number') { instanceProps.lastMeasuredColumnIndex = Math.min(