Skip to content
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

If prop's validateEmail is async function will cause unexpected behavior #174

Open
edisonLzy opened this issue Mar 10, 2024 · 2 comments
Open
Assignees

Comments

@edisonLzy
Copy link

Error Code

const validEmails = emails.filter(email => validateEmail ? validateEmail(email) : isEmailFn(email));

unexpected behavior

截屏2024-03-10 11 44 38
@hovelopin
Copy link
Contributor

I will try to check this issue, can you tell me the validateEmail function you used?

@thomasJang
Copy link
Member

It has been fixed in 1.0.23.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants