Good day!
We’ve got the following problem with our design system.
Say we have a component which is called “Button” and there are nested components inside. Like this:
Button
_skeleton
_left-items
_right-items
If I change something in “_left-items” and publish the Button component the changes do not appear in other files. Not sure if this is 100% of cases but it definitely happens on a regular basis.
I believe the problem happens only with _hidden-components.
We are deeply concerned as it’s a bit dangerous to have design system full of nested components with a bug like this. Any change or improvement leads to replacing the updated component in all files rather than just pushing “update” button.