JSTQL-JS-Transform/output_testing/545error.invalid-assign-hook-to-local.js

5 lines
100 B
JavaScript
Raw Normal View History

function Component(props) {
const x = useState;
const state = null |> x(%);
return state[0];
}