You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually it looks like dot notation probably doesn't really work for the special operators yet either. As written I think it would cause the loss of other properties higher up in the object. Messy.
Currently this works:
But there is no way to just update the value of a subproperty, such as a string property, i.e. this does not yet work:
This isn't specific to updating properties within arrays, it's not supported at all except for updating a top level property as a whole.
A solution to this will appear in A3 work in progress soon, so hopefully can be borrowed here as well.
The text was updated successfully, but these errors were encountered: