Tightened up Flow types for resetAfterIndices

This commit is contained in:
Brian Vaughn
2018-08-04 08:53:30 -07:00
committed by GitHub
parent 3c83f13ffe
commit dce5b6d866
+1 -1
View File
@@ -417,7 +417,7 @@ const VariableSizeGrid = createGridComponent({
}: {
columnIndex?: number,
rowIndex?: number,
shouldForceUpdate?: boolean,
shouldForceUpdate: boolean,
}) => {
if (typeof columnIndex === 'number') {
instanceProps.lastMeasuredColumnIndex = Math.min(