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
After installing @types/fastify-jwt, you might encounter a TypeScript error indicating that the FastifyReply or FastifyRequest types now require 9 type arguments, like this:
Generic type 'FastifyReply<...>' requires 9 type argument(s).ts(2314)
The text was updated successfully, but these errors were encountered:
After installing @types/fastify-jwt, you might encounter a TypeScript error indicating that the FastifyReply or FastifyRequest types now require 9 type arguments, like this:
Generic type 'FastifyReply<...>' requires 9 type argument(s).ts(2314)
The text was updated successfully, but these errors were encountered: