facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
error.invalid-assign-hook-to-local.js
function Component(props) { const x = useState; const state = x(null); return state[0]; }