To refresh your memory, Formik uses an error shape like so
{ name: "No name provided", "age": "You must be at least 18 years old" }
I love formik, but I think it is a design flaw that its default errors shape only allows for one error per field. You might have multiple errors