pull/15589/head
ComputerGuy 6 months ago
parent 4d11b5656e
commit e13c7d9b22

@ -5,4 +5,4 @@ export function createCounter() {
let count = $state(0);
count++;
}
export const proxy_in_arrow = object => $state(object);
export const proxy_in_arrow = (object) => $state(object);

Loading…
Cancel
Save