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 0f963bb + 1da2b29 commit b38509cCopy full SHA for b38509c
packages/react/react.js
@@ -1,3 +1,4 @@
1
+/* eslint-disable comma-dangle */
2
'use strict';
3
4
var React = require('./lib/React');
@@ -39,7 +40,7 @@ if (process.env.NODE_ENV !== 'production') {
39
40
'react-dom/server',
41
React,
42
React.renderToStaticMarkup
- ),
43
+ )
44
};
45
// Export a wrapped object. We'll use assign and take advantage of the fact
46
// that this will override the original methods in React.
0 commit comments