You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If JSON style is used for defining components, rule is not handle "displayName" option.
The following patterns are considered warnings: var Hello = React.createClass({ "displayName": "Hello", "render": function() { return <div>Hello {this.props.name}</div>; } });
but its valid code i think.
The text was updated successfully, but these errors were encountered:
If JSON style is used for defining components, rule is not handle "displayName" option.
The following patterns are considered warnings:
var Hello = React.createClass({ "displayName": "Hello", "render": function() { return <div>Hello {this.props.name}</div>; } });
but its valid code i think.
The text was updated successfully, but these errors were encountered: