Skip to content

Vue panel stuck across three environments #588

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
JustinDraude opened this issue Jan 30, 2018 · 39 comments
Closed

Vue panel stuck across three environments #588

JustinDraude opened this issue Jan 30, 2018 · 39 comments
Labels

Comments

@JustinDraude
Copy link

Version

4.1.2

Browser and OS info

Chrome 64.0.3282.119/ Windows 7 Mozilla 58.01/Windows 7 Electron version of Vue devtools

Steps to reproduce

*Running Vue through npm installed package [email protected]

*Laravel backend

*No Vue router, as Laravel handles routing through views

*Initial load of page (any page) works fine. Vue devtools working accordingly, inputs get updated, events tab
can be seen, etc

*Access different page url of the website

*Panel is now non-reactive to any mouse clicks

*Components from old url page still showing

*Cannot switch to events tab or any other tab

*Cannot do anything

*Vue panel works again after closing browser tab completely and reopening

*Hard refresh doesn't fix it

What is expected?

Vue panel to work accordingly

What is actually happening?

Vue panel is non-responsive


Same issue with Mozilla plugin, as well as electron standalone. All reinstalled today, issue remains.
Three different apps were tested, making sure no existing endless loop could cause this. Same issue.
It was working fine 3 hours ago.
Uncertain if issue is AFTER 29.01.2018 devtools update, as I don't notice when chrome updates my extensions

@ghost
Copy link

ghost commented Jan 30, 2018

Same here

@poldixd
Copy link

poldixd commented Jan 30, 2018

Same here. VueJS Panel works and when i reload the page i can't click on any tabs like Components or Vuex. Only if i close the Developer Console in Chrome and restart it, i can do anything again.

I tried it in Chrome (Version 64.0.3282.119 (64-Bit)) and Firefox (58.0.1). I removed the extension and reinstall them.

@fnkky
Copy link

fnkky commented Jan 30, 2018

Same here, Chrome 64.0.3282.119

@csicky
Copy link

csicky commented Jan 30, 2018

When this happens there is also an error in console:

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)

@JustinDraude
Copy link
Author

@csicky No error for me, perhaps project related on your end.

@pkolovrat
Copy link

pkolovrat commented Jan 30, 2018

Exact same error as csicky, Chrome Version 63.0.3239.84 on Ubuntu Gnome.

@ejdrian313
Copy link

same error

@ghost
Copy link

ghost commented Jan 30, 2018

@csicky thats the same error we get

@csicky
Copy link

csicky commented Jan 30, 2018

@JustinDraude To see error in console use the Vue devtools, refresh page, try to use Vue devtools again, error appears in console, at least on my side.
Anyway, all the things you described are exactly like that on my side too.

@memic84
Copy link

memic84 commented Jan 30, 2018

Same here

Version 63.0.3239.132 (Official Build) (64-bit)

Works again when i close the dev toolbar and open it

@Akryum
Copy link
Member

Akryum commented Jan 30, 2018

Please update to 4.1.3 on Firefox (Chrome Web Store takes time to publish) and report back if the issue isn't fixed.

@inkbeard
Copy link

I'm still getting the issue in with Chrome Version 64.0.3282.119 (Official Build) (64-bit). @memic84 workaround of closing the dev toolbar and opening it again seems to work though.

@Akryum
Copy link
Member

Akryum commented Jan 30, 2018

@inkbeard Which version of the devtools?

@inkbeard
Copy link

@Akryum
mac chrome: Version 64.0.3282.119 (Official Build) (64-bit)
vue: 2.5.13
vue-devtools: 4.1.2

@Amador368
Copy link

Amador368 commented Jan 30, 2018

same error
Vue 2.5.9
Windows Chrome Version 64.0.3282.119 (Official Build) (64-bit)
vue-devtools: 4.1.2

@inkbeard
Copy link

@Akryum : Sorry, I just saw your note about updating to 4.1.3, which the Chrome Store hasn't updated yet.

@Amador368 : You're running the same 4.1.2 version that I am.

Once I see the update come through the store, I'll check again.

@Akryum
Copy link
Member

Akryum commented Jan 30, 2018

In the meantime, you can just use Firefox and vue-devtools 4.1.3.

@Somrlik
Copy link

Somrlik commented Jan 31, 2018

Another workaround is Right click -> Reload frame in the panel.

@ffxsam
Copy link

ffxsam commented Jan 31, 2018

@Somrlik THANK YOU for that tip. This has been driving me insane.

@hyunoosung
Copy link

@Somrlik Thanks it is resolved for now

@mmieluch
Copy link

mmieluch commented Jan 31, 2018

Chrome Store is now hosting the updated 4.1.3 version. However, in my case (macOS, Chrome latest stable) the browser wasn't updating the extension. So I had to remove the extension, install it again, and then restart the browser for the changes to be picked up. After that everything worked like a charm.

@Akryum
Copy link
Member

Akryum commented Jan 31, 2018

You can enable the 'Developer Mode' in the extensions tab and a 'Update extensions now' button will appear. 🎩 ✨

@DannyFeliz
Copy link

In case you're using electron as me just update electron-devtools-installer to the latest version.

@mekhami
Copy link

mekhami commented May 3, 2018

I'm getting this error when I try to use the select tool on an element that's wrapped in a transition. Vue Dev Tools 4.1.4 and Chrome Version 65.0.3325.146 (Official Build) (64-bit) on Ubuntu.

@tronjs
Copy link

tronjs commented May 16, 2018

Same error, can not get it works
Chrome Version 66.0.3359.181 (Official Build) (64-bit) on Windows
Vue Dev Tools 4.1.4

@AlexanderZon
Copy link

Same error, this happens when i had displaying a component in inspector that i've passed an array by prop, and i have a computed property that sort this array. When i change something that causes reactivity on this computed property is when this breaks down. If i delete the sort on this array in the computed property this came alive again.

@goodpixels
Copy link

Same here, when I have a getter that returns a sorted array, Vue dev tools die.

@neeravp
Copy link
Contributor

neeravp commented Sep 30, 2018

I was having the same problem with Vue devtools 4.1.3 on macOs High Sierra in Chrome 69.0.3497.100 .
Devtools crash every 3-5 minutes, had to reload again and again.
Removed the extension and reinstalled it. Yet to check how it performs.
Seriously, team - an appeal to you - please resolve the issue asap. Without devtools vuejs looses its appeal as the go to framework for me.

Update .
The problem still persists, only the duration between the crashes seems to have increased. The crashing of devtools happening at an interval of about 10-15 minutes. Don't really know what is causing the crash.

@eyaylagul
Copy link

macOs High Sierra in Chrome 69.0.3497.100 same error

@cerw
Copy link

cerw commented Nov 13, 2018

Same here newest version on mac

@jordanranson
Copy link

Still happening here in 2019. MacOS 10.13.16 with Chrome 70.0.3538.110.

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)

@daniele-orlando
Copy link

daniele-orlando commented Jan 24, 2019

I can reproduce with:
Vue DevTools 4.1.5 beta
Vue 2.5.22
Chrome 71.

@nathanchere
Copy link

Still happening here, Windows 10 with Vivaldi 2.2.1388.37. Not sure what version of vue devtools I had before but I just updated to 4.1.5 beta and it's still happening.

Cannot read property '__VUE_DEVTOOLS_UID__' of undefined

@alirezamirsepassi
Copy link

Any update?
Still experiencing this problem, although everything is up-to-date.

@nathanchere
Copy link

In my instance it turned out we had part of the build bundling vue.min.js instead of vue.js
It isn't just minified, it is also missing things like dev tools support
Ensuring we reference/bundle/whatever the non-minified (see: not production) vue.js fixed the problem for me.

@tim-white87
Copy link

Same problem here. Reloading the frame works - but it's annoying.

@skyzhao1223
Copy link

right click might be a workaround, but reinstalling the extension solved this forever, at least for me

@kamerat
Copy link

kamerat commented Oct 29, 2019

release 5.2.0 Seemed to fix this issue for me.
Awesome release. It's so snappy now 💯
Good job!

@alexandar87
Copy link

I still have the issue with the latest version from Oct 30th.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests