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
The following code
generates the following TS errors
Argument of type '(subject: any) => any' is not assignable to parameter of type '() => any'.
Argument of type '(subject: any) => boolean' is not assignable to parameter of type '() => boolean | Chainable<boolean> | Promise<boolean>'.
Argument of type '(subject: any) => boolean' is not assignable to parameter of type '() => boolean | Chainable<boolean> | Promise<boolean>'.
Argument of type '(subject: any) => any' is not assignable to parameter of type '() => any'.
that means that the Generics of the signature are wrong.
The text was updated successfully, but these errors were encountered:
The following code
generates the following TS errors
that means that the Generics of the signature are wrong.
The text was updated successfully, but these errors were encountered: