You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when defining variants of a component and setting the prop values for the components the component gets rendered correctly but the auto generated prop controls are always empty. They are not prefilled with the initial prop state of the component.
When you want to have controls that get filled with the default/initial prop values you always need to define custom controls. So you end up with doubled controls basically doing the same.
Suggested solution
I would suggest to set the default props value/initial state on the auto generated props
Clear and concise description of the problem
Currently when defining variants of a component and setting the prop values for the components the component gets rendered correctly but the auto generated prop controls are always empty. They are not prefilled with the initial prop state of the component.
When you want to have controls that get filled with the default/initial prop values you always need to define custom controls. So you end up with doubled controls basically doing the same.
Suggested solution
I would suggest to set the default props value/initial state on the auto generated props
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: