There was an error while loading. Please reload this page.
From microsoft/vscode#76327
TS and JS Grammar Extension version: latest from master
Code
const b = <Element />; const a = /**/ <Element />;
Bug On the second line, <Element /> is not parsed as jsx.
From microsoft/vscode#76327
TS and JS Grammar Extension version: latest from master
Code
Bug
On the second line, <Element /> is not parsed as jsx.