Skip to main content
Question

Complex component not updating and set back to its default

  • May 20, 2026
  • 0 replies
  • 10 views

Batsheva

In my design system there are specific screens that repeat itself many times. This screen is a complex screen. On the screen i have a table view and when i press on the table rows it opens a side drawer with more information. I created components and nested components for the table rows, the tables, the side drawer (as a boolean) and after i set up all the smaller components i decided to create 1 big component. Because i was using this specific screen many times. Now i made small updates to some small components that are nested inside the big component. I updated the library but the changes didn’t update...And even more frustrating: all instances of the big component set back to its default. Meaning, i have to go and start updating all the instances now for all the different states that i accounted for inside of the smaller nested components…. Please help me out here…!!!