I have tried to use formik in register component, but in validation I have problem. I already made validation for each field such as name, email, password, but I can't see that. How can I fix that? Please answer me about that.
{errors.fullname && touched.fullname && {errors.fullname}}
You can try to put onBlur event on each field.