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
constgetClient=pMemoize(functiongetClient(id: number){returnclient.getClient(id)})// > error here <pMemoize.clear(getClient)
Argument of type '(id: number) => Promise<Client>' is not assignable to parameter of type '(...arguments: unknown[]) => unknown'.
Types of parameters 'id' and 'arguments' are incompatible.
Type 'unknown' is not assignable to type 'number'.
Thanks
The text was updated successfully, but these errors were encountered:
Thanks
The text was updated successfully, but these errors were encountered: