I use vue3 and vue-meteor-tracker 3.0.0beta7. When I try to use 'this' in Reactive data, i got undefined. In fact, it works when I use for example 'this.$store...' but not if I use 'this' with variables defined into 'data()' or 'computed()'.