-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Comments
Same here |
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. |
Same here, Chrome 64.0.3282.119 |
When this happens there is also an error in console:
|
@csicky No error for me, perhaps project related on your end. |
Exact same error as csicky, Chrome Version 63.0.3239.84 on Ubuntu Gnome. |
same error |
@csicky thats the same error we get |
@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. |
Same here Version 63.0.3239.132 (Official Build) (64-bit) Works again when i close the dev toolbar and open it |
Please update to 4.1.3 on Firefox (Chrome Web Store takes time to publish) and report back if the issue isn't fixed. |
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. |
@inkbeard Which version of the devtools? |
@Akryum |
same error |
@Akryum : Sorry, I just saw your note about updating to @Amador368 : You're running the same Once I see the update come through the store, I'll check again. |
In the meantime, you can just use Firefox and vue-devtools 4.1.3. |
Another workaround is Right click -> Reload frame in the panel. |
@Somrlik THANK YOU for that tip. This has been driving me insane. |
@Somrlik Thanks it is resolved for now |
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. |
You can enable the 'Developer Mode' in the extensions tab and a 'Update extensions now' button will appear. 🎩 ✨ |
In case you're using electron as me just update |
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. |
Same error, can not get it works |
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. |
Same here, when I have a getter that returns a sorted array, Vue dev tools die. |
I was having the same problem with Vue devtools 4.1.3 on macOs High Sierra in Chrome 69.0.3497.100 . Update . |
macOs High Sierra in Chrome 69.0.3497.100 same error |
Same here newest version on mac |
Still happening here in 2019. MacOS 10.13.16 with Chrome 70.0.3538.110.
|
I can reproduce with: |
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.
|
Any update? |
In my instance it turned out we had part of the build bundling vue.min.js instead of vue.js |
Same problem here. Reloading the frame works - but it's annoying. |
right click might be a workaround, but reinstalling the extension solved this forever, at least for me |
release 5.2.0 Seemed to fix this issue for me. |
I still have the issue with the latest version from Oct 30th. |
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
The text was updated successfully, but these errors were encountered: