Replies: 1 comment 1 reply
-
As discussed on discord, stores are not reference-safe; the object accessed in the store is a Proxy with a different reference than the underlying object, so currUser can not ever be equal to user. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using either of the 2 methods, when I log the users store, I see that the name of the user has changed in the store object. However, the template doesn't update/react to the new name. Why is that?
Beta Was this translation helpful? Give feedback.
All reactions