Type VirtualizedList's ref
Reviewed By: yungsters Differential Revision: D7215114 fbshipit-source-id: 867a7b897f27d415269c11572708afeb570b4be0
This commit is contained in:
parent
216c8ec04b
commit
b6b80f6a70
|
@ -974,7 +974,7 @@ class VirtualizedList extends React.PureComponent<Props, State> {
|
|||
velocity: 0,
|
||||
visibleLength: 0,
|
||||
};
|
||||
_scrollRef = (null: any);
|
||||
_scrollRef: ?React.ElementRef<any> = null;
|
||||
_sentEndForContentLength = 0;
|
||||
_totalCellLength = 0;
|
||||
_totalCellsMeasured = 0;
|
||||
|
|
Loading…
Reference in New Issue