[Design]- Problem with exporting a component with different states
Hi! When exporting a component that has different states, there is a great lack of automatic suffix (as a state name) to the main component name.
For example, there is a component with the name "button". It has three states "default", "pressed" and "third". If I just duplicate it in the file body, then all duplicates will have the same name, which is very inconvenient when exporting. You have to rename the duplicates yourself manually. ((
It would be much more convenient if the name of a particular state is automatically assigned to the main component name, when you duplicate it. That is, from my example, "button_pressed" or "button_third". It will make the work very easy)
{Renamed By MOD}
