I am trying to apply a text property to my nested component. However I get an error “Not used within component.”
I’m working on an accordion component, with variant theming for different brands. One brand uses uppercase text, while the other uses sentence case. Therefore I have created an automated switch based on variable mode. This is working well.
However, I want to be able to enter the text for the accordion title for an instance in the properties to avoid the text reseting everytime I update the page. This is not working and I haven’t figured out how or why.



