Created
November 9, 2015 05:35
-
-
Save conorhastings/8978163ab5033ee79848 to your computer and use it in GitHub Desktop.
Bad JSX highlighting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react'; | |
class Test extends Component { | |
render() { | |
return ( | |
<div> | |
Wowowow ' this is fun | |
</div> | |
); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment