pass tanstack form as props to a component with properly typing
how do i pass a tanstackForm as a prop to another component with correct typing?
i did this but i get typescript errors because well these are not compatible
is there a way to type the withForm without having to guess what all the 14 type fields are?
i did this but i get typescript errors because well these are not compatible
is there a way to type the withForm without having to guess what all the 14 type fields are?