Type 'never' has no call signatures. When using client with '$get'
I noticed this type error only happen when i use get or post without body. In all other cases my api client works properly. Any idea how to solve it?
Here how my route looks like:
here how I create client:

1 Reply
Never mind, its seems solved when i upgraded @hono/zod-openapi to 1.1.0 version