//Empty arrays are considered truthy that's why we cannot use array().required() const validationSchema = Yup.object().shape({ stringArray: Yup.array().min(1, messageHere); });