Dominic Garms

Results 236 comments of Dominic Garms

``` generates: { "./src/utils/__generated__/types.ts": { documents: ['src/**/*.gql'], plugins: ["typescript", "typescript-operations"], config: { dedupeFragments: true, } }, "src/": { preset: "near-operation-file", documents: ['src/**/*.gql'], plugins: ["typescript-react-query"], config: { fetcher: { func: "@gql-fetcher#fetchData",...

I totally agree that it would be great if queryOptions would be in place being used. This would definitely optimise the generated code. Also currently useQuery and useSuspenseQuery are generating...

Not sure but in my opinion this might be the same data anyway so I guess the cache could be shared. I also wouldnt mind two different keys, the query...

if you are sure about it you can raise a PR, but I honestly would not mind to keep it as is

@AdamZajler what do you expect on a RadioGroup to be focused? I don't see any example of @MUI which is addressing this. I tried to programmatically use ref.current.focus() but this...

@sadik-malik you introduced the `handleInputRef` functionality inside of Checkbox, do you know if there is anything missing in the current implementation?

I experienced the same issue. The option useTypeImports is buggy