Closed AkashSharma001 closed 1 year ago
Deployment Failed Because of CI=True I have also Deployed the site in Netlify.
https://cheery-froyo-b8a69d.netlify.app/
My Build Command is CI=false npm run build
@shelcia
Deployment Failed Because of CI=True I have also Deployed the site in Netlify.
https://cheery-froyo-b8a69d.netlify.app/
My Build Command is
CI=false npm run build
@shelcia
Deployment is still failing
@shelcia So how can I fix deployment issue?
use yup library instead
use yup library instead
okay
I've implemented validation using the HTML attribute. To work with HTML validation, I added the onSubmit attribute with the onSubmit Function in the form tag and removed the onClick attribute from the button. Still, in the email, the HTML validation pattern attribute isn't working correctly.
To fix that I have used email regex with useEffect to check and validate email using a pattern.
229