Yup is returning always one error in the array even though all fields are valid. The validation is working fine, is checking each field and showing the errors c
I'm using Yup to validate my form. In one of my form, I want to validate that one <input type="file" /> has a file. I've tested this (and it's not workin
I am trying to validate a form with a dynamic amount of fields - i.e., data is returned from an API that determines how many rows are shown, and for each row th