Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit 47f5683

Browse files
committed
Merge pull request #299 from wesbos/patch-2
JS comment in JSX breaks the render
2 parents 29cd10e + e503c97 commit 47f5683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const history = syncHistoryWithStore(browserHistory, store)
5555

5656
ReactDOM.render(
5757
<Provider store={store}>
58-
/* Tell the Router to use our enhanced history */
58+
{ /* Tell the Router to use our enhanced history */ }
5959
<Router history={history}>
6060
<Route path="/" component={App}>
6161
<Route path="foo" component={Foo}/>

0 commit comments

Comments
 (0)