axisj / react-multi-email

:octocat: A simple react component to format multiple email as the user types.
https://react-multi-email.vercel.app/
MIT License
298 stars 72 forks source link

fix: stop spinner when email validation by Promise fails #176

Closed hwonda closed 7 months ago

hwonda commented 7 months ago

enter키로 email을 입력할 때, validateEmail 함수가 false를 반환하거나 오류가 발생하는 경우 스피너가 멈추지 않는 문제 수정

vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
react-multi-email ✅ Ready (Inspect) Visit Preview Mar 19, 2024 2:40pm
thomasJang commented 7 months ago

버그수정 감사합니다. 좋아요!