is there a way, not to lose overrides when building a component from an instance where a string variable for changing viewports was applied?
The problem is that the component is very complex, so I had to build variants for the viewports. When I link the instance of a component with a string variable, everything works perfectly. All overrides are there!
However, since this is a component of a design system, I would like the viewport switch directly in the instance of the component, without having to first link it to the string variable of the viewports.
When I create a new component from the instance linked to the string, the breakpoint switch works, but unfortunately, my overrides are lost. Is there a workaround for this?
Thanks for help :)