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
node_modules/@rbxts/net/out/server/ServerFunction.d.ts:5:22 - error TS2515: Non-abstract class 'ServerFunction<CallbackArgs, Returns>' does not implement inherited abstract member 'GetInstance' from class 'MiddlewareFunction'.
5 export default class ServerFunction<CallbackArgs extends ReadonlyArray = Array, Returns extends unknown = unknown> extends MiddlewareFunction {
Not sure exactly why Typedoc wants to error out like that but hopefully can be resolved.
The text was updated successfully, but these errors were encountered:
Not sure exactly why Typedoc wants to error out like that but hopefully can be resolved.
The text was updated successfully, but these errors were encountered: