@jaredpalmer Do you think it would be possible to write a custom validation method that would generate schemas for my array items based on my props and then call schema.validate with each before merging the resulting errors object?
@jaredpalmer I saw that context can be passed to yup with validate but the fields in question are part of a field array and I canβt access the index of the fields in yup π