elysiajs / eden

Fully type-safe Elysia client
MIT License
154 stars 37 forks source link

Incorrect infering of groups #52

Closed roxxel closed 1 month ago

roxxel commented 6 months ago

routes/auth/index.ts image

routes/auth/signin.ts image

react code image

Seems like it's the typescript typing issue and it wasn't resolved as stated in #3, or maybe it was resolved when group and route is in the same file, but I haven't checked that Just checked, it was resolved for that particular case