Arthur Kozubov
Arthur Kozubov
# Bug report ## Description / Observed Behavior I'm incorporating the table state, such as filters and sorting, into the body of a fetch request. Previously, I utilized a custom...
**Describe the bug** When sending `http://localhost:3000/highlight-events` in Next.Js, or the server there is an error: `Cannot query field \"sampling\" on type \"InitializeSessionResponse\"` and `Unknown type \"MatchConfig\".` Full error: ``` time="2025-05-28T12:52:33-07:00"...
**Describe the bug** In Next.Js SDK there is no ability to override `rewrites` to use `self-hosted` highlight.io **Expected behavior** Be able to provide `backendUrl` as in `HightlightInit` **Screenshots** 
## Changes Make able to utilize `useQuery` with non-GET endpoints ### Related - [How to useQuery with non-GET endpoints? #2104](https://github.com/openapi-ts/openapi-typescript/issues/2104) ## How to Review - Check types - Unit testing...
## Changes New changes makes omitting serializing for already serialized data, such as string, primary fixing issue with sending `string` as `body` ## How to Review Take a look at...
The `defaultSerializer` adds unwanted quotes when `typeof body === "string"` (due to JSON.stringify)
### openapi-fetch version ^0.14.1 ### Description Code Console ### Reproduction `undefined` ### Expected result The string is already stringified - don't use `JSON.stringify` when `typeof body === 'string'`. ### Extra...