JSTQL-JS-Transform/output_testing/913error.not-useEffect-external-mutate.js

9 lines
No EOL
105 B
JavaScript

let x = {
a: 42
};
function Component(props) {
(() => {
x.a = 10;
x.a = 20;
}) |> foo(%);
}