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 have searched existing issues to ensure the bug has not already been reported
Fastify version
x
Plugin version
x
Node.js version
x
Operating system
Linux
Operating system version (i.e. 20.04, 11.3, 10)
x
Description
I'm trying to practice a tutorial of Platformatic,and in this template, compilerOptions.skipLibCheck is not on. so it exposed a problem of @fastify/websocket。
and typescript should output: Generic type 'RouteShorthandMethod<RawServer, RawRequest, RawReply, TypeProvider>' requires between 0 and 4 type arguments.
i think the Logger generic parameter is useless and should be removed.
Prerequisites
Fastify version
x
Plugin version
x
Node.js version
x
Operating system
Linux
Operating system version (i.e. 20.04, 11.3, 10)
x
Description
I'm trying to practice a tutorial of
Platformatic
,and in this template,compilerOptions.skipLibCheck
is not on. so it exposed a problem of @fastify/websocket。and typescript should output:
Generic type 'RouteShorthandMethod<RawServer, RawRequest, RawReply, TypeProvider>' requires between 0 and 4 type arguments.
i think the
Logger
generic parameter is useless and should be removed.Steps to Reproduce
https://docs.platformatic.dev/docs/getting-started/movie-quotes-app-tutorial
Expected Behavior
No response
The text was updated successfully, but these errors were encountered: