TypeError: this._watchers is undefined
- Dominant language
- Vue
- Stars
- 16
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
When following the instructions in the tutorial, step 2 (checked w/ the sample sources) never updates the view from the DB.
The problem seems to be this error in console: `TypeError: this._watchers is undefined`, being thrown from from https://github.com/meteor-vue/vue-meteor-tracker/blob/64b736ef41d9ebc0958533d796fd6bcffaee380a/dist/vue-meteor-tracker.esm.js#L1972
Looking back, this appears to be a bug even with the `meteor create --vue` template.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with tutorial step 2 and the sample sources, then inspect the referenced line in dist/vue-meteor-tracker.esm.js and compare behavior with the meteor create --vue template. Done means the tutorial view updates from the database without the _watchers TypeError.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100