We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3657729 + 7d763fc commit 8cf38f3Copy full SHA for 8cf38f3
lib/generators/templates/component.js.jsx.coffee
@@ -1,4 +1,4 @@
1
-<%= file_header %>class @<%= component_name %> extends React.Component
+<%= file_header %>class <%= component_name %> extends React.Component
2
<% if attributes.size > 0 -%>
3
@propTypes =
4
<% attributes.each do |attribute| -%>
0 commit comments