I have 2 variants of a component called “sticker”. The second variant (named “pointer-down”) actually use the first variant (named “Default”). I want to detach the instance of sticker from my second variant.
The issue is that when I detach the instance of sticker, all of the instance of the second variant get their text override lost. It is reset the text of my stickers to the default value of the variant sticker Default.
It there a way to detach the instance without losing all of my sticker value?