Skip to content

Instantly share code, notes, and snippets.

@hyzhak
Created October 10, 2015 09:24
Show Gist options
  • Save hyzhak/ad3a633f116c7ed1f460 to your computer and use it in GitHub Desktop.
Save hyzhak/ad3a633f116c7ed1f460 to your computer and use it in GitHub Desktop.
samle file to get xml element extended warning from Intellij IDEA 14.0
import React from 'react';
export default class Simple extends React.Component {
render() {
return (
<p>Is anybody in there?</p>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment