-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]Error validate email #1638
Comments
powerfulyang
pushed a commit
to powerfulyang/zod
that referenced
this issue
Dec 7, 2022
powerfulyang
pushed a commit
to powerfulyang/zod
that referenced
this issue
Dec 7, 2022
powerfulyang
pushed a commit
to powerfulyang/zod
that referenced
this issue
Dec 7, 2022
I recommend using |
colinhacks
pushed a commit
that referenced
this issue
Dec 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use zod and react-hook-form when I validate emails but adding a dash at the end doesn't trigger the error
I tried using emailRegex in zod doc but no error trigger
I'm wondering if the problem is there or not?
I tried with yup and got the trigger error
The text was updated successfully, but these errors were encountered: