-
After upgrade to [@zodios/react@10.4](https://github.com/ecyrbe/zodios-react/releases/tag/v10.4.0), I found that it fires two request when I mount a zodios hook.
It's not the case if I downgrade to @…
-
As the title state, `findEndpointErrorsByAlias` has bug. It's better to reproduce the bug with [testing code](https://github.com/QzCurious/zodios/blob/828c1ab07b2693d64840d16d7ef299d4ef7231e5/src/util…
-
Hello, First, I'd like to thank you for this library.
There's something I'd like to ask.
I want to use schema responses contains Optional properties with Zodios.
But I got a validation Error.…
-
`ZodiosApp` (or router) isn't properly typed when using modern module resolution strategies. When setting typescript's module resolution to "Node16" (which seems increasingly required as libraries ado…
-
Hi, first of thanks for this really nifty library.
I've been using `openapi-typescript` to transform an OpenAPI 3.0.3 schema into Typescript types, and am working on migrating to using your library…
-
On the v11 beta we're encountering an issue using the fetch client:
- Defining two different clients with two different base URLs using new Zodios(baseUrl, ...api)
- When defining only one client …
-
## How react-query works
I don't know how TkDodo makes react-query [smartly track the props for a `useQuery`](https://tanstack.com/query/v4/docs/guides/migrating-to-react-query-4#notifyonchangeprop…
-
I am seeing some weird behaviour with typings, but I might be doing something stupid.
In short, I'm using `makeEndpoint` and `makeApi` to split my definitions up.
However, the return type of `c…
-
I would expect 204 a valid empty response. Right now as I understand according to [docs](https://www.zodios.org/docs/api/api-definition) you can define only one valid response, while you can define mu…
-
```
Argument of type '{ params: { rReferenceId: number; }; queries: { queryparams: { loanAmountTo: number; } | {}; }; }' is not assignable to parameter of type 'DeepReadonlyObject