Daniele

Results 6 issues of 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`

CLA Signed
docs

Hello, the type `FlatConfig` has been replaced with `Config`, according to the deprecation warning. ![image](https://github.com/user-attachments/assets/8480e754-3ee3-4c9d-901a-4ce708cc7ccc) 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...

bug

### 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...

Bug
Node.js

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...

enhancement
openapi-ts