facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
error.invalid-pass-hook-as-prop.js
function Component(props) { return <Child foo={useFoo} />; }