6 lines
No EOL
100 B
JavaScript
6 lines
No EOL
100 B
JavaScript
function component(a) {
|
|
let x = (() => {
|
|
a |> mutate(%);
|
|
}) |> useMemo(%, []);
|
|
return x;
|
|
} |