Pranav

Results 3 comments of 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 ![image](https://user-images.githubusercontent.com/66348494/225855307-c0deceec-7d84-4ced-a15a-e8a0ef51ede2.png)

@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('/', ()...