Skip to content
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

component tree not supported #1235

Closed
RakshithNM opened this issue Jul 19, 2020 · 12 comments
Closed

component tree not supported #1235

RakshithNM opened this issue Jul 19, 2020 · 12 comments

Comments

@RakshithNM
Copy link

Version

6.0.0-beta.1

Browser and OS info

chrome(Version 84.0.4147.89 (Official Build) (64-bit)) and mac os x(10.15.4 (19E287))

Steps to reproduce

Open up vue dev tools, a tooltip with "component tree not supported" error comes up. Also the console says "App with id null not found"

What is expected?

i should be able to inspect and check my vue components

What is actually happening?

i am unable to see the components on the page


Now i need to check how to get the earlier version of vue devtools on chrome

@pydlv
Copy link

pydlv commented Jul 19, 2020

I'm getting the same thing. I'm running Vue 2.6.11. Any way to downgrade the extension version? For some reason it put me on the new beta.

Update: Uninstalling the extension and re-installing from the chrome web store put me back on the 5.3.3 version, which still works. I had to restart chrome after re-installing the extension.

@albertorsesc
Copy link

Same issue, since a few minutes ago.

@devdnn
Copy link

devdnn commented Jul 19, 2020

Same issue, Firefox is working so using it till this gets fixed. Firefox addon was not updated like Chrome extension.

@zhouxinyong
Copy link

Same issue.

@jondavidpass
Copy link

jondavidpass commented Jul 20, 2020

Also experiencing this since today.
I'm running multiple Vue apps on the page if that is helpful context - it has always been fine previously though.

@devdnn
Copy link

devdnn commented Jul 20, 2020

Just read the Overview for the chrome extension here in this link

Currently only supports Vue 3
Only provides component inspection for now - other features coming soon.

We are out of cookie till they fix the issues :(

@ThePpeecc
Copy link

It turned out that I had installed the wrong plugin as there looked to be two different versions.

The one I had installed was 6.0.0 beta 1 from here
Whereas the right one to use if working with Vue 2.6 can be found here

@fremdev
Copy link

fremdev commented Jul 20, 2020

ThePpeecc is right. I've been using beta by default long time - and now it doesn't work with Vue 2.x, but the usual not beta version from the store works fine

@ZhuZean
Copy link

ZhuZean commented Jul 21, 2020

Same issue from yesterday.

@Sandra-Kao
Copy link

The same issue here from 07/20

@Akryum
Copy link
Member

Akryum commented Jul 21, 2020

Please use the stable version for Vue 2.x (support for Vue 1 and Vue 2 will be added soon to the devtools beta).

@Akryum Akryum closed this as completed Jul 21, 2020
@leopiccionia
Copy link

It seems that, because I installed 5.0-beta back in the day, I was in the beta channel for the extension or something, so I received an auto-upgrade to 6.0-beta.

Installing the stable extension does fix the issue.

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

No branches or pull requests