custom error's from onSubmit validator doesn't show up. but zod validation errors does show.
this shows zod validation errors just fine and shows multiple zod errors if it exists.
but when i return an error from the validators like this after a submit,
https://tanstack.com/form/latest/docs/framework/react/guides/validation#setting-field-level-errors-from-the-forms-validators
the error doesn't show. but the field turns red and isInvalid becomes true.
any insight into why this might be happening ?
Thank you.