-
I moved project By the way, what happens if I use |
Beta Was this translation helpful? Give feedback.
Answered by
brunnerh
Jul 23, 2024
Replies: 1 comment
-
Edit: There has been an issue since 177 which had been reported here: The suggestion there is to reassign As far as I know, using $state on a reactive (i.e. already proxied) object does not do anything except now track re-assignments. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
webJose
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edit: There has been an issue since 177 which had been reported here:
The suggestion there is to reassign
data
.As far as I know, using $state on a reactive (i.e. already proxied) object does not do anything except now track re-assignments.