JSTQL-JS-Transform/output_testing/460error.hooks-with-React-namespace.js

4 lines
No EOL
74 B
JavaScript

function Foo() {
const [x, setX] = 1 |> React.useState(%);
return x;
}