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?
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