sveltejs / svelte-devtools

A browser extension to inspect Svelte application by extending your browser devtools capabilities
https://chromewebstore.google.com/detail/svelte-devtools/kfidecgcdjjfpeckbblhmfkhmlgecoff
MIT License
1.49k stars 79 forks source link

not displaying prop values #24

Closed mvolkmann closed 4 years ago

mvolkmann commented 4 years ago

I'm using this with a Svelte app that has components with required props. I know the props are being passed because their values are being rendered. But svelte-tools displays "None" under "Props" on the right side. Is there something I need to do beside just selected a component on the left side to see its props on the right side?

Environment

RedHatter commented 4 years ago

Duplicate of #26

This is caused by the same issue in svelte 3.16. Can't do anything about it until the PR is merged.