Hi,
we are running into a serious issue with slots in our design system.
Our setup is this: we create and maintain our components in a shared library file, which represents our design system. These components are then used as instances in separate design/view files. Many of our components rely heavily on slots for flexible content areas.
The problem: when we publish changes to the design system library and update them in the view file, the slots inside the component instances are not updated correctly. For example, variable assignments such as spacing or padding values are not applied to the existing slot content (instances inside).
The only workaround we currently have is to fully reset the slots in the instances. But this removes the custom content every time, which makes the workflow unusable for real product work.
This is critical for us because our entire design system is built around slots. It used to work more reliably, but in the current state it is basically unusable.
This seems related to other reported slot issues. It’s not fixed for us.
Could you please confirm whether this is a known bug and if a fix is planned?
