facebook/react
compiler/
crates/
react_hermes_parser/
tests/
fixtures/
error.invalid-ternary-with-hook-values.js
function Component(props) { const x = props.cond ? useA : useB; return x(); }