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 dunno to what extend this feature might be appealing for users, opinions here?
Yet, the current state of having the "shadow" type allowing both object and array based values makes the adoption of the feature almost impossible due to inconsistent spread/merge behaviours required to compute.
I described a solution addressing this in #239 - here and here
I guess that also relates to #241 - where it feels we'd need some simple rules we apply accros types with similar requirements.
The text was updated successfully, but these errors were encountered:
I just noticed an issue with #246
The spec does not describe how aliasing should be supported along the introduction of the optional array-based value.
Let's take
Following the current aliasing rules, I guess we allow:
But, do we intend to allow "partial aliasing" within the array value 👇 ?
I dunno to what extend this feature might be appealing for users, opinions here?
Yet, the current state of having the "shadow" type allowing both object and array based values makes the adoption of the feature almost impossible due to inconsistent spread/merge behaviours required to compute.
I described a solution addressing this in #239 - here and here
I guess that also relates to #241 - where it feels we'd need some simple rules we apply accros types with similar requirements.
The text was updated successfully, but these errors were encountered: