Getting TypeError: Cannot read properties of undefined (reading 'req')
Open
Hono
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 2
- Avg merge
- 4h 14m
- Merged PRs (30d)
- 4
Description
### **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')
Contributor guide
Assessment
This issue has not been assessed yet.