We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388801e commit ff7532cCopy full SHA for ff7532c
src/compiler/checker.ts
@@ -24347,7 +24347,7 @@ namespace ts {
24347
}
24348
24349
let hasFirstparamSignatures = false;
24350
- // Check that _some_
+ // Check that _some_ first parameter expects and SFC-like thing, and that some overload of the SFC expects an acceptable number of arguments
24351
for (const sig of callSignatures) {
24352
const firstparam = getTypeAtPosition(sig, 0);
24353
const signaturesOfParam = getSignaturesOfType(firstparam, SignatureKind.Call);
0 commit comments