You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #11180 we decided to not deeply traverse POJOs if we don't encounter a proxy right away, so this is likely a won't fix and you either need to deeply traverse yourself, or do the snapshotting elsewhere.
What's the use case for doing a snapshot here, anyway?
Uh oh!
There was an error while loading. Please reload this page.
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: