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?
Solved
Can't re-order component properties
Best answer by Pavel_Kiselev
Variants go first, component props go next and you cannot mix them. This is how it works right now
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.