Hi! I am newer to libraries but I understand components fairly well in how to build them, etc.
We have some complex prototypes that we use components for (children of the parents)
From my understanding, updating library components should not change the children components’ changed text or hidden layers (overrides), and the children of the updated component should maintain the changed property in the given variant it came from.
Could someone explain to me why when I make a small change in my parent components and push the change to the library, that the children all reset to the first property in the variant and all my text resets? Any help would be appreciated.
All of my layers are the same names and synced up in the children to their parents.
Thanks!