From dce5b6d8665b5da0b49da78d737f42e71ca6ee50 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Sat, 4 Aug 2018 08:53:30 -0700 Subject: [PATCH] Tightened up Flow types for resetAfterIndices --- src/VariableSizeGrid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(