Arthur Kozubov

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

external bug / request

**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** ![Image](https://github.com/user-attachments/assets/5deb6d14-2a80-454c-b59f-62d6610f34e8)

external bug / request

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

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

bug
openapi-fetch