Skip to content

TypeError: this._watchers is undefined #75

Open
@cscott

Description

@cscott

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions