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

Selected Components Do Not Show Details #662

Open
gihalu opened this issue Oct 31, 2024 · 4 comments
Open

Selected Components Do Not Show Details #662

gihalu opened this issue Oct 31, 2024 · 4 comments

Comments

@gihalu
Copy link

gihalu commented Oct 31, 2024

After selecting a component, the details for that component (the props, setup variables, etc) do not show up in the section under the component tree. The issue is intermittent, but happens more often then not.

@gihalu
Copy link
Author

gihalu commented Oct 31, 2024

By the way, just want to say I LOVE this tool and am excited about the update once the bugs get worked out. Thanks for all the effort!

@yyx990803
Copy link
Member

Can you provide more information? e.g. What version of Vue are you using? What libraries / build tools are you using?
Does it work the same way when you use the devtool as a Vite plugin?

@jkurtz678
Copy link

@gihalu I had this exact same issue, some components would not show their properties in the component tree. However I found that this was caused by a vuex store console error that I previously thought was unrelated. My component was not triggering the error but since it had a store import that seems to have messed up the devtools. Once I fixed the vuex store issue the devtools worked as expected.

@webfansplz
Copy link
Member

@gihalu I had this exact same issue, some components would not show their properties in the component tree. However I found that this was caused by a vuex store console error that I previously thought was unrelated. My component was not triggering the error but since it had a store import that seems to have messed up the devtools. Once I fixed the vuex store issue the devtools worked as expected.

Can you share what kind of vuex error was caused? I tried to corrupt the vuex state, but couldn't reproduce it.

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

4 participants