Formik Error: Cannot read properties of undefined (reading ‘validateOnChange’) using Dynamic Inputs
I’m trying to dynamically add some input fields based on the number on one field setNoOfVessels, I’m trying to use the FieldArray component from Formik to achieve this: