TypeScript
TypeScript found no overload that matches this call
TypeScript checked the available overloaded signatures and found that none of them match the arguments provided at the call site.
TypeScript
TypeScript checked the available overloaded signatures and found that none of them match the arguments provided at the call site.
Observed message
error TS2769: No overload matches this call.
Why it happens
How to fix it
Official reference
TypeScript Docs: More on FunctionsRelated errors
Explore more