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
It's a completely valid console.log usage scenario however TypeScript (@1.6.2) raises TS2346 error: Supplied parameters do not match any signature of call target.
Consider following example:
It's a completely valid
console.log
usage scenario however TypeScript (@1.6.2) raises TS2346 error: Supplied parameters do not match any signature of call target.The log's signature is:
Therefore following code:
is considered valid, without any errors.
In my opinion the top example should not trigger any errors.
The text was updated successfully, but these errors were encountered: