diff --git a/packages/rn-tester/js/examples/GhostText/GhostText.js b/packages/rn-tester/js/examples/GhostText/GhostText.js index 83fb725d0d..8fabef0a16 100644 --- a/packages/rn-tester/js/examples/GhostText/GhostText.js +++ b/packages/rn-tester/js/examples/GhostText/GhostText.js @@ -107,6 +107,7 @@ function determineGhostText( function GhostTextExample(): React.Node { const counter = React.useRef(0); + // $FlowFixMe[missing-empty-array-annot] const [log, setLog] = React.useState([]); const clearLog = React.useCallback(() => {