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
In TypeScript 3.5.2 the second parameter is readonly any[], if you have the compiler option strictBindCallApply enabled. This option was released with TypeScript 3.2 (November 2018).
TypeScript Version: 3.4.1
Search Terms:
Code
Expected behavior:
Not to report an error.
Actual behavior:
Report error
TS2345
.Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: