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.
1 parent e9ac34c commit a80d917Copy full SHA for a80d917
test/jsxtransform_test.rb
@@ -9,7 +9,7 @@
9
(function() {
10
var Component;
11
12
- Component = React.createClass({displayName: 'Component',
+ Component = React.createClass({displayName: "Component",
13
render: function() {
14
return React.createElement(ExampleComponent, {videos:this.props.videos} );
15
}
0 commit comments