- I created frame and added some text inside that frame
- Then i duplicated that frame and changed that text which is inside that frame
- Then i made both as component and combined as variants : “Default” and “variant1”
Now if i use instance of that component i will get property : Default and variant1
The problem is that when i change text of variant1, the text in default is also gets changes, but i want different text in default and variant1