devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Selected Components Do Not Show Details

Open gihalu opened this issue 1 year ago • 5 comments

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 avatar Oct 31 '24 00:10 gihalu

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!

gihalu avatar Oct 31 '24 00:10 gihalu

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?

yyx990803 avatar Oct 31 '24 01:10 yyx990803

@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.

jkurtz678 avatar Oct 31 '24 22:10 jkurtz678

@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.

webfansplz avatar Nov 01 '24 00:11 webfansplz

@yyx990803 We have the same problem (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.)

Vue version: 3.5.13 Vite version: 5.1.1 Pinia version: 2.0.35

mustafakurukamci34 avatar Feb 13 '25 10:02 mustafakurukamci34