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/typescript-memoize/dist/memoize-decorator.d.ts:6:122
6 export declare function Memoize(args?: MemoizeArgs | MemoizeArgs['hashFunction']): (target: Object, propertyKey: string, descriptor: TypedPropertyDescriptor<any>) => void;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
An argument for 'descriptor' was not provided.
TypeScript Version 5.5.3
The text was updated successfully, but these errors were encountered:
Although I can use the
@Memoize() d
ecorator with normal functions, I get an error when using the decorator on class methods.TypeScript Version 5.5.3
The text was updated successfully, but these errors were encountered: