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