Skip to content

Instantly share code, notes, and snippets.

@marcomorain
Created October 11, 2016 11:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save marcomorain/9b84f35ada35e0eceb030ff27fba2e1f to your computer and use it in GitHub Desktop.
Visual Studio Code Whitespace Typescript TSX Bug
import * as React from 'react'
var restaurantName = 'My Restaurant'
var closedAlert: JSX.Element = (
<h4>{restaurantName} is Closed</h4>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment