I get a long list of error "at VueComponent.$stopMeteor"

I have installed the latest version of meteor -vue in linux (linuxmint 18.3) and in windows (8.1)

I get a long list of these 2 errors errors related to VueComponent.$stopMeteor:

  • TypeError: Cannot read property ‘forEach’ of null at VueComponent.$stopMeteor
  • [Vue warn]: Error in destroyed hook: “TypeError: Cannot read property ‘forEach’ of null”

I cannot see messages I senti with console.log cause they get lost in the long list of stopMeteor errors.

How can I disable those messages?

Thanks.

Hard to believe I am the only one in the world with this problem.

I finally got rid of the error messages by modifying file: node_modules/vue-meteor-tracker/dist/vue-meteor-tracker.umd.js

I added a check in method stopMeteor to check is the handler is null.

i Fixed this error:
https://github.com/meteor-vue/vue-meteor-tracker/pull/39