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
I had a config object via vanX reactive where one of the values of a key was an array of strings. It seems I could read them just fine, but I couldn't write back to them in the same way.
Does not seem to update the value of that index when changed, at all, though it reads perfectly fine from it -- tested via an add button adding a random color each press.
Changing this to be an array of objects solves the issue, but feels needlessly clunky for the usage. Is there something I'm missing? The documentation was not terribly clear on this so apologies if I misunderstood something.
The text was updated successfully, but these errors were encountered:
I had a config object via vanX reactive where one of the values of a key was an array of strings. It seems I could read them just fine, but I couldn't write back to them in the same way.
So for instance:
Does not seem to update the value of that index when changed, at all, though it reads perfectly fine from it -- tested via an add button adding a random color each press.
Changing this to be an array of objects solves the issue, but feels needlessly clunky for the usage. Is there something I'm missing? The documentation was not terribly clear on this so apologies if I misunderstood something.
The text was updated successfully, but these errors were encountered: