Files
react/compiler/crates/react_hermes_parser/tests/fixtures/error.invalid-pass-hook-as-prop.js
2024-04-02 16:49:31 -07:00

4 lines
63 B
JavaScript

function Component(props) {
return <Child foo={useFoo} />;
}