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
There were introduced breaking changes in minor release for email validation.
Previously emails such as som.el'user@example.com were successfully validated using z.string().email()
In zod 3.21.4 such email is valid
But in zod 3.22.4 such email is invalid
Such emails should be valid, so this issue should be fixed I suppose.
The text was updated successfully, but these errors were encountered:
There were introduced breaking changes in minor release for email validation.
Previously emails such as
som.el'user@example.com
were successfully validated usingz.string().email()
In zod
3.21.4
such email is validBut in zod
3.22.4
such email is invalidSuch emails should be valid, so this issue should be fixed I suppose.
The text was updated successfully, but these errors were encountered: