Skip to content

Instantly share code, notes, and snippets.

@jeffmo
Created October 30, 2015 21:26
Show Gist options
  • Save jeffmo/3fcdebc250e05e4116d0 to your computer and use it in GitHub Desktop.
Save jeffmo/3fcdebc250e05e4116d0 to your computer and use it in GitHub Desktop.
// @flow
import React from "React";
class JDiv extends React.Component {
props: {
id: string
};
render() {
}
}
<JDiv id2={42} />;
Found 0 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment