I have a file for design components and it has a card element with 2 buttons in it. Recently, I came across a case where I needed 3 buttons in that card. Now I don’t want to increase the number of buttons in the parent file as this is a one-off case. However, I cannot add anything to the instance of the card element in the file I’m working in without detaching it from the original.
I’ve faced the same need across multiple elements and couldn’t find a way to do it. Need help.