Hello,
I have a two way property of a component set up something like this
Variable: appVar.letters.beta
(where appVa.alpha is an object with several text properties. In this case I only care about the property “beta”, and lets say it has properties up to omega)
Two way component is something like this:
blahblahVar.internalBeta
And this property is associated with the Value of a text input field
Looking at the debugger, when i initialize the app I’m assigning a frw random properties, so i know the variable is happy.
When i pop some text into that field my variable is redfined as appVars.letters: text that i typed
It’s not mapping it down to appVars.letters.Beta
Is this something broken in appgyver?