Svelte 5, I'm using $state.snapshot
but a nested array is still a Proxy
#12128
Milestone
$state.snapshot
but a nested array is still a Proxy
#12128
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
or
field? Is still aProxy
.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
The text was updated successfully, but these errors were encountered: