Closed
Description
Version
4.0.0-beta.4
Reproduction link
https://codesandbox.io/s/hopeful-sanne-kv7r2?file=/src/main.js
Steps to reproduce
Open the link and open your console to see "recomputed getter" every second
What is expected?
"recomputed getter" should print once and never again
What is actually happening?
It prints every second
In vuex 3 getters were cached. Isn't that a thing anymore?