Hello!
I’m loving the new updates so far but I wondered if someone could shed some light on a small problem I’m having regarding not being able to see nested properties for components within the dev mode playground.
I have a base component which use component properties that is then used to create multiple variants using different colour and stroke styles. I then expose the properties from the base component on the variant which works perfectly for what we need.
The issue comes when inspecting one of the variants in the dev mode playground. The only options I have are the ones that are tied to the variant and doesn’t show the component properties from the original base component.
Is this intentional functionality or have I completely missed something?
Thanks in advance!
James