We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be2ba4 commit e31ff42Copy full SHA for e31ff42
packages/react-native/Libraries/Lists/SectionList.js
@@ -261,9 +261,7 @@ export default class SectionList<
261
}
262
263
_wrapperListRef: ?React.ElementRef<typeof VirtualizedSectionList>;
264
- /* $FlowFixMe[missing-local-annot] The type annotation(s) required by Flow's
265
- * LTI update could not be added via codemod */
266
- _captureRef = ref => {
+ _captureRef = (ref: ?React.RefOf<VirtualizedSectionList>) => {
267
this._wrapperListRef = ref;
268
};
269
0 commit comments