Skip to content

Instantly share code, notes, and snippets.

@HughxDev
Created August 18, 2021 21:26
Show Gist options
  • Save HughxDev/c03ee71f39a31c044895193a8bf348c2 to your computer and use it in GitHub Desktop.
Save HughxDev/c03ee71f39a31c044895193a8bf348c2 to your computer and use it in GitHub Desktop.
VS Code Issue #131122
import React from 'react';
function Component() {
const content = 'Hello World';
return (
<div>
<p>{ content }</p>
</div>
);
}
{
"name": "vscode-131122",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@types/react": "^17.0.18",
"react": "^17.0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment