Hello I am trying to use Formik + Yup to validate my form. I am stuck with validating the number for the date, but touching any field keeps crashing the app after I add the number field. How do I properly validate the min and max of a number with Yup?
See my codesandbox: https://codesandbox.io/s/ly027lklq7
If you comment out the whole day date field, the app runs as normal.