Skip to content

Commit 0f1ecc3

Browse files
committed
removed dangling comma that messes up loading in IE8
1 parent 2d23900 commit 0f1ecc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if (process.env.NODE_ENV !== 'production') {
3939
'react-dom/server',
4040
React,
4141
React.renderToStaticMarkup
42-
),
42+
)
4343
};
4444
// Export a wrapped object. We'll use assign and take advantage of the fact
4545
// that this will override the original methods in React.

0 commit comments

Comments
 (0)