Yup schema validation of elements in array
Summary The problem revolves around validating arrays with varying validation rules for each element using Yup in a React project with React Final Form and Final Form Arrays. The challenge is to make some elements in the array required while keeping others optional, which seems impossible with Yup’s built-in array validation. Root Cause The root … Read more