Hey there,
I’m having this issue with deeply nested instances that are used within components, when I try to change their text property from the wrapping component, the text don’t apply to the wrapping component’s instances. Here’s an example:
I have a wrapper component containing multiple instances of a “dropdown” component, the dropdown instances, when they’re in their “opened” state, they contain multiple instances of an “option” component, which has a text property with the default value “option”.
On the wrapper component, trying to change the text property of those deeply nested option instances doesn’t seem to apply to the wrapper component’s instances… I might just be doing something wrong and I don’t know what it is.