I want to be able to edit a subcomponent in a larger component.
Let’s say i have 10 button components and want to make them into a larger component with other (irrelevant) features.
I want to edit all of the button components to have a red shadow when pressed.
Currently combining a component into another component just makes a single large component and removes any reference to them being the smaller component.
I now have to edit each button individually to add the red shadow instead of just editing the (sub)component to change all 10 buttons.