-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Vue chrome extension only showing <Root> node #280
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
Labels
Comments
Hey, can you boil down the error and provide a repro using this template? |
I've gotten the dev tools component viewer to work but only with non functional components. Is there a way to also view functional components? |
no, functional components are stateless and therefore aren't displayed in the devtools |
Ah gotcha! Thanks! That might be a good thing to add to the documentation.
…On Mon, Mar 13, 2017 at 10:45 AM Eduardo San Martin Morote < ***@***.***> wrote:
no, functional components are stateless and therefore aren't displayed in
the devtools
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#280 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACLtKx8YZAooOnNuyhRJDG6n6BvD5QoHks5rlVaOgaJpZM4ManNC>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Vue Chrome Extension is only showing the node, and this is happening for me in two different Vue Projects:
Am I doing something wrong?
I uninstalled and re-installed the chrome extension. I'm on a chromebook with Chrome version 56.0.2924.87. I'm using Vue versions 2.0.1 and 2.2.1.
However, when I'm on the VueJS homepage, looking at those examples, the extension works properly showing different components.
Any tips? Thanks!
The text was updated successfully, but these errors were encountered: