JSTQL-JS-Transform/output_testing/453error.invalid-pass-hook-as-call-arg.js

3 lines
56 B
JavaScript
Raw Normal View History

function Component(props) {
return useFoo |> foo(%);
}