-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Comments
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! |
Can you provide more information? e.g. What version of Vue are you using? What libraries / build tools are you using? |
@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. |
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.
The text was updated successfully, but these errors were encountered: