We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df8d092 + d8d4120 commit ffc31edCopy full SHA for ffc31ed
docs/_js/examples/hello.js
@@ -6,7 +6,7 @@ var HELLO_COMPONENT = "\
6
/** @jsx React.DOM */\n\
7
var HelloMessage = React.createClass({\n\
8
render: function() {\n\
9
- return <div>{'Hello ' + this.props.name}</div>;\n\
+ return <div>Hello {this.props.name}</div>;\n\
10
}\n\
11
});\n\
12
\n\
docs/_js/jsx-compiler.js
0 commit comments