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 3e07398 commit 9c33395Copy full SHA for 9c33395
src/compiler/checker.ts
@@ -14110,7 +14110,7 @@ namespace ts {
14110
}
14111
links.resolvedSignature = resolvingSignature;
14112
14113
- let callSignature = resolveStatelessJsxOpeningLikeElement(openingLikeElement, elementType, candidatesOutArray);
+ const callSignature = resolveStatelessJsxOpeningLikeElement(openingLikeElement, elementType, candidatesOutArray);
14114
links.resolvedSignature = callSignature;
14115
// If signature resolution originated in control flow type analysis (for example to compute the
14116
// assigned type in a flow assignment) we don't cache the result as it may be based on temporary
0 commit comments