Pranav
Pranav
We will be adding a section on Regular Expressions in the upcoming weeks. You can refer to the two resources for understanding / learning Regex https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp https://regexr.com/ https://regexlearn.com/learn/regex101
@theavitw, Are you referring to this page : https://react.dev/reference/react/useEffectEvent I think this surely is a bug 
@SaltyAom facing the exact same issue. However, I'm using a router and Ig et a different TS error. ```js export const classRouter = new Elysia({ prefix: '/class' }) .get('/', ()...