8000 If prop's validateEmail is async function will cause unexpected behavior · Issue #174 · axisj/react-multi-email · GitHub
[go: up one dir, main page]

Skip to content

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

@edisonLzy

Description

@edisonLzy

Error Code

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

unexpected behavior

截屏2024-03-10 11 44 38

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0