Hi there, I would like to override the text of my button component when the user clicks on the „+“ or „-“ buttons.
My button component consists of a simple text. I’m not using any props for text. I’ve added a new local text-variable and attached this text variable to the text of my button instance:
The problem: It does not change when going to prototyping mode. My „button-label“ variable is not updating. I somehow got it to work for a couple of minutes but after that it suddenly stopped working. Is this not supported? Is this a bug? Am I doing something wrong here?
Thanks in advance.