V2 adds helper types for configuring props, but there's cases that cannot be covered by props properly (TanStack Table, TanStack Router).
For those, there should be a typed way to access form context from form.AppForm. It would be as straightforward as useFormContextWithOptions(formOptions) (not with that name).
V2 adds helper types for configuring props, but there's cases that cannot be covered by props properly (TanStack Table, TanStack Router).
For those, there should be a typed way to access form context from
form.AppForm. It would be as straightforward asuseFormContextWithOptions(formOptions)(not with that name).