Describe the bug
In the reproduction I'm using:
let input = $derived({
condition: $state.snapshot(condition)
})
but after typing something in the text input in console I get:
{console.log("First, input:", input)}

Do you see the or field? Is still a Proxy.
Is maybe because $effect works on it after the snapshot?
In this case how to go without effect? Can I?
Reproduction
Svelte REPL
Severity
blocking an upgrade
Describe the bug
In the reproduction I'm using:
but after typing something in the text input in console I get:
Do you see the
orfield? Is still aProxy.Is maybe because
$effectworks on it after the snapshot?In this case how to go without effect? Can I?
Reproduction
Svelte REPL
Severity
blocking an upgrade