-
-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.4.12 breaks client typing when using use with a path #3122
Labels
Comments
I will try to work on this issue. |
4 tasks
Thank you for looking into the issue @EdamAme-x ! |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Hono are you using?
4.4.12
What runtime/platform is your app running on?
Node
What steps can reproduce the bug?
Stackblitz of the reproduction: https://stackblitz.com/edit/hono-client-typing-issue-middleware?file=src%2Fapp.ts
When using
.use
with a path like.use('*', myMiddleware)
hono client typings will break. Removing the path'*'
solves the typing issue.I suppose #3087 introduced the regression.
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: