-
-
Notifications
You must be signed in to change notification settings - Fork 587
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.7 broke array types in Context #3131
Comments
Is this way of reproducing it correctly? Area.mp4If so, it does not throw errors. Can you provide a minimal project to reproduce it? |
@dustinsmith1024 Thanks. Will be fixed soon. |
Awesome thanks - Should I be doing something different with Context to prevent it? |
It's a bug, so you don't have to add anything. Just wait for a new version! |
This may be fixed in the latest version |
We can close this issue now. If you still have a problem, feel free to reopen. |
What version of Hono are you using?
4.4.7+
What runtime/platform is your app running on?
Cloudflare Workers
What steps can reproduce the bug?
I am attempting to upgrade to the latest 4.4 versions and I get a types issue with Array based elements in the HonoContext.
Sample context:
What is the expected behavior?
No type errors should happen. This doesn't happen on 4.4.6, so maybe related to #2987?
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: