devtools: v4.0.1 - "Uncaught TypeError: Cannot read property '_route' of undefined" Everywhere

On chrome devtools -> Vue, if I click on any component (on the component tree on the left side) this error appears on console:

vue-router.esm.js?880d:557 Uncaught TypeError: Cannot read property '_route' of undefined at Vue$3.get (vue-router.esm.js?880d:557) at backend.js:1 at x (backend.js:1) at t.a (backend.js:1) at Object.y (backend.js:1) at e (backend.js:1) at e (backend.js:1) at e (backend.js:1) at e (backend.js:1) at Object.t.stringifyStrict (backend.js:1)

updated the the project packages, including vue-router, tried on an old version of the project that was working before, but with the v4.0.1 it gives the same error. Installed an old version of vue-devtools (3.1.7) and everything works well as before.

2018-01-14_0126

2018-01-14_0137

when events or other actions are triggered when using the website the console fills with errors: 2018-01-14_0139

On firefox it gives this error: TypeError: this._routerRoot is undefined

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 31 (12 by maintainers)

Most upvoted comments

Same here, latest update from today seems to be broken… Uncaught TypeError: Cannot read property 'type' of null

@Akryum so i have to upgrade vee-validate to 2.0.3 ?

@beliveyourdream You are facing another issue which is related to vee-validate, see #499

Facing the same problem with the ‘_route’ of undefined, any fixes for this?

Yup, sorry. I just re-read the whole comment and it was @baianat’s vee-validate that broke the app. It’s funny, I had installed it but switched to vuelidate because It never seemed to work properly, but I forgot to uninstall it … hence even dormant, it kept killing my time 😃

@ctbradley @skrelo Your issues seems to be different, see #499