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
Here it is typed as ValidationErr | ValidationErr[], but ValidationErr itself is also typed as potentially being an array here, so narrowed down it seems the type would be string | string[] | string[][], and the last parts seems wrong, not?
I think it should be typed just as validation: ValidationErr!?
The text was updated successfully, but these errors were encountered:
Here it is typed as
ValidationErr | ValidationErr[]
, butValidationErr
itself is also typed as potentially being an array here, so narrowed down it seems the type would bestring | string[] | string[][]
, and the last parts seems wrong, not?I think it should be typed just as
validation: ValidationErr
!?The text was updated successfully, but these errors were encountered: