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
ion-elgreco
changed the title
List(string) cannot be coerced with String anymore since 1.0
List(string) cannot be coerced with String anymore since 1.0 in Concat
Jul 2, 2024
Checks
Reproducible example
Before v1.0 (on 0.20.10)
After v1.0 we get this:
InvalidOperationError: cannot cast List type (inner: 'String', to: 'String')
Log output
No response
Issue description
Before you could coerce string and list[string] to list[string], but since v1.0 this is not possible anymore. @stinodego
Expected behavior
Be able to coerce list[string] and string.
Installed versions
The text was updated successfully, but these errors were encountered: