File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ namespace ts {
411
411
412
412
let _jsxNamespace: string;
413
413
let _jsxFactoryEntity: EntityName;
414
- let _jsxElementAttribPropInterfaceSymbol: Symbol; // JSX.ElementAttributesProperty [symbol]
414
+ let _jsxElementAttribPropInterfaceSymbol: Symbol; // JSX.ElementAttributesProperty [symbol]
415
415
let _jsxElementPropertiesName: string;
416
416
let _jsxElementChildrenPropertyName: string;
417
417
@@ -13506,7 +13506,7 @@ namespace ts {
13506
13506
const propsType = getTypeOfSymbol(propertiesOfJsxElementAttribPropInterface[0]);
13507
13507
const propertiesOfProps = propsType && getPropertiesOfType(propsType);
13508
13508
if (propertiesOfProps && propertiesOfProps.length === 1) {
13509
- _jsxElementChildrenPropertyName = propertiesOfProps[0].name;
13509
+ _jsxElementChildrenPropertyName = propertiesOfProps[0].name;
13510
13510
}
13511
13511
}
13512
13512
}
You can’t perform that action at this time.
0 commit comments