I have a dropdown component, with property that allows exposing a dropdown menu. I made overwrites to this component (define what’s in the dropdown) and nested this component with overwrites in another component (header). Now when I go to a dropdown instance in header component and I try to reveal the dropdown menu (trough properties) my previous overdrives are set back to master component defaults.
The only workaround that I found is to make a new component out of overwritten one and nest instance of that new component. It seems cumbersome, and I don’t get it why it’s not doing what it’s supposed to do from the begging.