Zahid Shaikh

Results 2 comments of Zahid Shaikh

> error={(formik.errors.contact && formik.touched.contact) && (formik.touched.contact[i])?.number && Boolean((formik.errors.contact[i])?.number)} This one worked well for me ``` error={(formik.errors.contact && formik.touched.contact) && (formik.touched.contact[i])?.number && Boolean((formik.errors.contact[i])?.number)} ```

Have you found the solution, because I'm facing the same issue as well...