Wanting to know if anyone has a successful strategy for making updates to components in a library and then testing them to avoid breaking designs using those components? Example: Button components - updating elements inside button, publishing and the entire team loses any button label override, how do you avoid or test for that?
I have noticed breakage on library components after only very minor design changes when published in regards to overrides resetting.
Or is there any good documentation around what does and doesn’t break a component?