I’m trying to re-order a component property (Expanded
), however I can’t move it to sit between Summary
and Content
props. I can move it above Size
or I can move Summary
to sit below Content
, but that’s about it. Is this a bug or did I build the component in a way that disallows re-ordering?
Variants go first, component props go next and you cannot mix them. This is how it works right now
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.