Tom Hastjarjanto

Results 1 issues of Tom Hastjarjanto

``` const styles = StyleSheet.create({}); const Hello = React.createClass({ render: function() { return Hello {this.props.name}; } }); ``` Should throw a warning regarding `styles.name`

idea