-
I am using the `pluginToken` plugin. When defining `getToken` I want to use another method of the client that is part of the API definition. However, doing so leads to an infinite recursion, because t…
-
If I have an API definition with a parameter like this:
```js
{
name: 'limit',
type: 'Query',
schema: z.number().positive().default(10),
},
```
In my router, `req.query.limit` is of type…
-
Currently, the only way to get the key of an particular query is by using the provided `useQuery` hook, but it would be more useful to have an way to access keys both inside and outside of components.…
-
This is something I have wanted to be able to do a few times now and doesn't seem possible. Could be solved via the Zod `default` function if all the params/query fields were parsed with the schema (I…
-
React Query package is now being updated as [@tanstack/react-query](https://www.npmjs.com/package/@tanstack/react-query), making this package incompatible to anyone using the new `@tanstack/react-quer…
-
## What happened
I want hydrate react-query cache with Next.js. By since data to be hydrated should be json serializable.
A snapshot demonstrate non-serializable error on Next.js (caused by a ob…
-
Suppose I have a url like `https://endpoint.com/:id/transactions` and I will always pass the same `id`. Is it possible to inject this parameter on the client so I don't need to add it to the call ever…
-
So it seems that zodios has issues with typescript v4.5.4.
Identify which version of typescript zodios is compatible with and make this a peer dependency.
-
I'm seeing an issue where the plugins are applied in one order for 2 requests and then in a different order after that, leading to problems with a plugin that modifies the API response before it reach…
-
Hey @oliverbutler
First thanks for this amazing tool!
I ran an error while using `@ts-rest/react-query` : `No QueryClient set, use QueryClientProvider to set one` (nx, cra/nest)
This problem hap…