Hello everybody!
Me and my team are experiencing rather strange behavior when applying string variables to the font family property of a text. Especially if this text is nested inside a component.
I did report this as a bug already, but was wondering what the community is experiencing.
Here is the link so you all can test it.
brief scenario:
- Created a text component using a string variable for the font family
- Put an instance of the text component inside an auto layout and override the font family with a different variable
- alt+drag the auto layout to duplicate it [the text will switch back to the first (initial) variable even though the other variable seems to still be referenced].
Anybody having similar issues.
This is causing a lot of headache at the moment.