What version of Hono are you using?
4.4.13
What runtime/platform is your app running on? (with version if possible)
Workers
What steps can reproduce the bug?
Getting this error
TypeError: Cannot read properties of undefined (reading 'req')
while using the intlify/hono (0.1.1)
I'm using this package for internationalization, and everything works fine, but sometimes I encounter the above error. If I hit the same route, it will work.
What is the expected behavior?
To give translated text.
What do you see instead?
get this error
TypeError: Cannot read properties of undefined (reading 'req')