p5.js-web-editor icon indicating copy to clipboard operation
p5.js-web-editor copied to clipboard

Fix: Async validation errors disappear when unrelated fields are edited

Open amarnathgupta opened this issue 6 months ago • 1 comments

Summary

Fixes a bug where async validation errors (like username/email taken) disappeared when unrelated fields were edited (e.g., password).

Notes

  • Only touched SignupForm.jsx
  • Existing lint errors in unrelated files were pre-existing.
  • Commit made using --no-verify to bypass unrelated lint errors.

Related Issue

Fixes #3536

amarnathgupta avatar Jul 12 '25 14:07 amarnathgupta

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already.

welcome[bot] avatar Jul 12 '25 14:07 welcome[bot]