Skip to content
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

Open
cscott opened this issue Jul 15, 2022 · 4 comments
Open

TypeError: this._watchers is undefined #75

cscott opened this issue Jul 15, 2022 · 4 comments

Comments

@cscott
Copy link

cscott commented Jul 15, 2022

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 from

var watcher = this._watchers.find(function (w) {

This breaks reactivity: updates from the DB never show up in the view.

@vbgm
Copy link

vbgm commented Aug 30, 2022

Hi @Akryum isn't it something easy to fix?

@Akryum
Copy link
Collaborator

Akryum commented Aug 30, 2022

Not really, as this is Vue internals and they changed in Vue 2.7

@Akryum
Copy link
Collaborator

Akryum commented Aug 30, 2022

You should pin Vue to 2.6 for now

@vbgm
Copy link

vbgm commented Aug 30, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants