facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
error.invalid-pass-ref-to-function.js
function Component(props) { const ref = useRef(null); const x = foo(ref); return x.current; }