Multiple mutations logged in subscribe #701
Unanswered
3zzy
asked this question in
Help and Questions
Replies: 1 comment 6 replies
-
If you change the state, it's normal for $subscribe to trigger. Is there something not working? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I subscribe to a store like so:
... and make a change using patch object, I correctly see it logged but then immediately after there's a "direct" mutation as well which is causing issues:

What am I doing wrong? I'm pretty sure I'm not mutating the store anywhere else.
Beta Was this translation helpful? Give feedback.
All reactions