Skip to main content
Question

Published component with a slot containing unpublished components

  • June 16, 2026
  • 0 replies
  • 13 views

Matthew Ma

I am building a design system where there are components such as a Tab Navigation (published) using Tab Navigation items (published, but hidden). The Tab Navigation (published) is using a slot so designers can add/remove Tab Navigation items (published, but hidden). 

 

When I update the Tab Navigation item (published, but hidden) such as the padding, it does not update the Tab Navigation. I was expecting that the Tab Navigation (published) would receive those same updates (e.g. padding), but it does not. 

 

Is this a common bug/issue that folks have? Should I be publishing and showing the Tab Navigation item so it’s shown in the Assets panel as well?