kaboofdotdev

Results 2 comments of kaboofdotdev

Thank you for the example hook. I've implemented the following into my config so that my generated `gql.ts` file imports from `.ts` rather than `.js`: ```ts const config: CodegenConfig =...

I believe this is expected behaviour: https://tanstack.com/form/v1/docs/framework/react/guides/submission-handling#transforming-data-with-standard-schemas > While Tanstack Form provides [Standard Schema support](https://tanstack.com/form/v1/docs/framework/react/guides/validation) for validation, it does not preserve the Schema's output data.