yup message when type not match code example
Example: yup message when type not match
const schema = Yup.object().shape({
valid_since: Yup.date().typeError('Incorrect date'),
});
const schema = Yup.object().shape({
valid_since: Yup.date().typeError('Incorrect date'),
});