New instances of component states are inheriting text of master.
Hi,
I have alot of identical buttons in my design. The intuitive way to work with this is to create one button, give it the required states and then set it as a component so I can instance it for all the other buttons. All of the buttons are identical except for the text.
The issue is that when I duplicate the button and change the text in the default mode, that change does not carry over to the other states.
I make a new button, the label says 'Cheese', it has a hover state where the colour of the text changes. I covnert this to a component.
I then use the component to instance another 'Cheese' button but this time I change the text to 'Meat'. When I hover over this new button the default state says 'meat' the hover state says 'Cheese'.
I have to edit the label and each state of the label for every instance, this seriously defeats the point of instancing a button in the first place and given that I have to manually activate the state, edit the label, deactivate the state for every single instance it is ridiculously time consuming. It would be faster to build this in CSS than is it to work in XD.
