Tightened up Flow types for resetAfterIndices
This commit is contained in:
@@ -417,7 +417,7 @@ const VariableSizeGrid = createGridComponent({
|
||||
}: {
|
||||
columnIndex?: number,
|
||||
rowIndex?: number,
|
||||
shouldForceUpdate?: boolean,
|
||||
shouldForceUpdate: boolean,
|
||||
}) => {
|
||||
if (typeof columnIndex === 'number') {
|
||||
instanceProps.lastMeasuredColumnIndex = Math.min(
|
||||
|
||||
Reference in New Issue
Block a user