Closed
Description
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
Severity
blocking an upgrade
Metadata
Metadata
Assignees
Labels
No labels