Daniele
Daniele
I noted it misses the types over the `headers` function. Another alternative could be adding a new type `HeadersArgs` using the same conventions as for `loader` and `action`
Hello, the type `FlatConfig` has been replaced with `Config`, according to the deprecation warning.  I just changed the type with the suggested one. Cheers!
### Steps to Reproduce 1. Find a post with an image 2. Scroll until tabs are over the image 3. Click on tabs Instead to switch tab, you will open...
### Is there an existing issue for this? - [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [x] I have reviewed the documentation https://docs.sentry.io/ - [x] I am using...
When using `openapi-ts` together with `openapi-react-query`, it seems that `getQueryData` does not correctly infer the type for the data associated with a query created via `client.queryOptions`. Example: ```ts const customersQueryOptions...