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
We have multiple places that deal with array conversion also outside of the converter. That isn't ideal as array handling is distributed across the code base. Also, we do not properly convert individual array values, instead we use the conversion service to convert one array into another. Array-to-array conversion causes an inconsistency across modules as we should apply converters on a per-element level.
The text was updated successfully, but these errors were encountered:
We have multiple places that deal with array conversion also outside of the converter. That isn't ideal as array handling is distributed across the code base. Also, we do not properly convert individual array values, instead we use the conversion service to convert one array into another. Array-to-array conversion causes an inconsistency across modules as we should apply converters on a per-element level.
The text was updated successfully, but these errors were encountered: