Vue-devtools: Chrome Plugin Update

Created on 30 Jan 2018  路  6Comments  路  Source: vuejs/vue-devtools

Version

4.1.2

Browser and OS info

Chrome - Windows 10

Steps to reproduce

Not completely sure, but it seems to occur when I navigate away from the Vue plugin within dev tools.

What is expected?

Be able to click on components within root or root, itself and list component properties..

What is actually happening?

When I hover over, I see new-looking component name button overlays in webpage. But, I can't actually click/select said component to view the properties. I have to close dev tools and re-open.


Can I rollback the update?

Most helpful comment

Same problem! Chrome Version 63.0.3239.132 on MacOS High Sierra (10.13.2)

Version
4.1.2

Steps to reproduce:

  1. Load a tab with a running Vue app in it (http://todomvc.com/examples/vue/)
  2. Open Chrome dev tools -> Vue
  3. Reload tab

What is expected?
Vue dev tools will continue to function

What is actually happening?
Vue dev tools becomes entirely unresponsive (cannot select components or navigate bindings, cannot switch between componenets/vuex/events, cannot refresh) and stops reacting to changes on the page.

All 6 comments

have this issues too.
it happens after webpack middle hot reload

sometimes, after long non-reload chrome, it showing that error:
backend.js:1 Uncaught TypeError: Cannot read property '__VUE_DEVTOOLS_UID__' of undefined
at backend.js:1
at t.a.v.on.e (backend.js:1)
at t.a.n.emit (backend.js:1)
at e.listen.e (backend.js:1)
at n (backend.js:1)
(anonymous) @ backend.js:1
v.on.e @ backend.js:1
n.emit @ backend.js:1
e.listen.e @ backend.js:1
n @ backend.js:1
postMessage (async)
o @ proxy.js:1
EventImpl.dispatchToListener @ VM3009 extensions::event_bindings:403
publicClassPrototype.(anonymous function) @ VM3015 extensions::utils:138
EventImpl.dispatch_ @ VM3009 extensions::event_bindings:387
EventImpl.dispatch @ VM3009 extensions::event_bindings:409
publicClassPrototype.(anonymous function) @ VM3015 extensions::utils:138
dispatchOnMessage @ VM3016 extensions::messaging:392

i have this problem too, already did uninstall chrome and vue dev tools still not working

Tested on firefox and its working very fine

Uncaught TypeError: Cannot redefine property: $isChrome
at Function.defineProperties ()
at e.a (devtools.js:1)
at t.connect.t (devtools.js:1)
at devtools.js:1
at devtools.js:1
at callbackWrapper (:60:1)
at ExtensionServerClient._onCallback (:73:649)
at ExtensionServerClient._onMessage (:74:9)
4devtools.js:1 Uncaught TypeError: Cannot read property '$el' of undefined
at po.refresh (devtools.js:1)
at o (devtools.js:1)
at e (devtools.js:1)
at HTMLAnchorElement.e._withTask.s._withTask (devtools.js:1)

Same problem! Chrome Version 63.0.3239.132 on MacOS High Sierra (10.13.2)

Version
4.1.2

Steps to reproduce:

  1. Load a tab with a running Vue app in it (http://todomvc.com/examples/vue/)
  2. Open Chrome dev tools -> Vue
  3. Reload tab

What is expected?
Vue dev tools will continue to function

What is actually happening?
Vue dev tools becomes entirely unresponsive (cannot select components or navigate bindings, cannot switch between componenets/vuex/events, cannot refresh) and stops reacting to changes on the page.

Same, how to rollback ?

Duplicate of #588

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ispal picture ispal  路  4Comments

matthewsunrise picture matthewsunrise  路  3Comments

mitramejia picture mitramejia  路  3Comments

pxwee5 picture pxwee5  路  3Comments

yyx990803 picture yyx990803  路  3Comments