Reset component to original state without updating nested component overrides
Please add an option to reset a component, that has other nested components inside of it, to its master state without resetting its nested components.
I often build master components, that includes other components, which are not in their main state (could for instance be a button with its text changed). If I then duplicate the master component (the one including the nested ones) to create a child of it, overwrite something in it, and then later on regrets it, I can reset it to its main state, but it will then also reset all the nested components to their individual main state, and not their individually overwritten state, that I used in the Master Component.