Version
3.0.1
Reproduction link
https://jsfiddle.net/50wL7mdz/92559/
Steps to reproduce
Attempt to use store.watch with a getter (store.getters.GETTER_HERE) as explained in docs, and shown in reproduction.
What is expected?
Handler to be called when variable updated.
What is actually happening?
Uncaught Error: [vuex] store.watch only accepts a function.