Skip to content

Commit 64b5bed

Browse files
committed
fix tslint error
1 parent 5bf8290 commit 64b5bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20266,7 +20266,7 @@ namespace ts {
2026620266
}
2026720267

2026820268
function generateInitialErrorChain(): DiagnosticMessageChain {
20269-
return chainDiagnosticMessages(undefined, Diagnostics.This_expression_cannot_be_used_as_a_JSX_component);
20269+
return chainDiagnosticMessages(/* details */ undefined, Diagnostics.This_expression_cannot_be_used_as_a_JSX_component);
2027020270
}
2027120271
}
2027220272

0 commit comments

Comments
 (0)