I have a component (A) with variants that is used as a mask inside another component (B). In an instance of component B, if the variant of component A is changed, the mask is removed. However, if I change the variant of component A in the master component B, the mask remains intact.
Request for Resolution: Can this be fixed so that the mask remains functional when changing the variant of a component that is used as a mask inside a component instance? The mask should remain when changing an instance regardless of whether it is inside an instance or in the master component.