-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: this._watchers is undefined #75
Comments
Hi @Akryum isn't it something easy to fix? |
Not really, as this is Vue internals and they changed in Vue 2.7 |
You should pin Vue to 2.6 for now |
Thanks a lot for the quick feedback. vue@2.6.11 works. I've seen your progress with Vue3 for meteor, fingers crossed it can be released soon. |
mattsouth
added a commit
to mattsouth/meteor
that referenced
this issue
Feb 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also filed as meteor/vue-tutorial#14 because this shows up in the tutorial; it also appears in the template used by
meteor --create vue
.With the latest version of meteor (2.7.3) we get an exception on console at startup:
TypeError: this._watchers is undefined
thrown fromvue-meteor-tracker/dist/vue-meteor-tracker.esm.js
Line 1972 in 64b736e
This breaks reactivity: updates from the DB never show up in the view.
The text was updated successfully, but these errors were encountered: