Nested Text Component Issue

Hi all!
I ran into a text component issue. I have a simple cell component which contains another component inside (is wrapper over text with size options)

Everything works fine until I change the text size option of the nested component in the Parent. After that, in all cells that are inherited from the main, the typed text is reset

I’m expecting the text size to change while keeping the text content

To reproduce I created a link: https://www.figma.com/file/cqfyUxYEiPya2ruKh9jEvc/Figma-Nested-Component-Issue?node-id=0%3A1

Thank you!

I found how to solve

Need make a copy of Main component than make a change in the title in the copy, and update all instances to the new Main.

This solved my issue.

In fact, versioning of the component appears, we can mark the old one as the old version, and the new one as the newer one, by numbers or through naming, and after the library is published, delete the old component.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.