Skip to content

How do I identify which property in the state was mutated? #1386

Discussion options

You must be logged in to vote

I would directly use a watcher instead:

watch(() => store.platformPositions, (positions) => {
  // ...
})

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@cjbathras
Comment options

@posva
Comment options

@cjbathras
Comment options

Answer selected by cjbathras
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants