Skip to content

Instantly share code, notes, and snippets.

@jeffmo
Created November 2, 2015 16:59
Show Gist options
  • Save jeffmo/7b04f7a33feb302d5326 to your computer and use it in GitHub Desktop.
Save jeffmo/7b04f7a33feb302d5326 to your computer and use it in GitHub Desktop.
[version]
0.18.1
// @flow
import React from "React";
class JDiv extends React.Component {
props: {
id: string
};
}
// Should be a type error ('id' takes a string, not a number..)
<JDiv id={42} />;
Found 0 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment