Just a heads up that I found a workaround for a really bad bug in which one component was not updating in my design system Library. Unfortunately, you have to recreate the component from scratch and add it all downstream components that use that component. In my case, it was an icon button. Steps:
- Create an instance
- Detach the instance (cmd opt B)
- Rename the element
- Convert it into a component (cmd opt K)
- Add variants and properties as appropriate
- Add component to all downstream components that used the original component
- Remove old component from all downstream instance swaps in other components
- Delete original component
- Publish Library
Hope this helps someone out there before the head gets damaged banging against the wall.