diff --git a/packages/rn-tester/js/examples/FlatList/BaseFlatListExample.js b/packages/rn-tester/js/examples/FlatList/BaseFlatListExample.js index a325b8a1f82..3d46dd5dc97 100644 --- a/packages/rn-tester/js/examples/FlatList/BaseFlatListExample.js +++ b/packages/rn-tester/js/examples/FlatList/BaseFlatListExample.js @@ -70,42 +70,39 @@ type Props = $ReadOnly<{ const BaseFlatListExample: component( ref: React.RefSetter>, ...props: Props -) = React.forwardRef( - // $FlowFixMe[incompatible-call] - (props: Props, ref) => { - return ( - - {props.testOutput != null ? ( - - - {props.testOutput} - - {props.onTest != null ? ( -