You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added @elysiajs/jwt ^1.0.2 to my project and initialised it with the .use hook. Everything seems to work fine however it breaks the type inference causing the handler method parameters to implicitly return a type of any.
I added
@elysiajs/jwt ^1.0.2
to my project and initialised it with the.use
hook. Everything seems to work fine however it breaks the type inference causing the handler method parameters to implicitly return a type ofany
.jwt
,query
,set
, andauth
now implicitly have the type of anyThe text was updated successfully, but these errors were encountered: