Incorrect type for field.state.meta.errors?
field.state.meta.errors is undefined when the Typescript type argues it is always an array. I have a simple form with two fields which are validated with zod. Then the react component
errors on both the
errors and helperText props because I'm accessing on undefined. Yet, Typescript argues it's an array. What's going on with the tanstack/form types here?