Skip to content

Commit

Permalink
render warning fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
justinjung04 committed Aug 2, 2016
1 parent ed8ea01 commit 25a47e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ export default (req, res) => {
<title>My Universal App</title>
</header>
<body>
<div id='app'>
${renderToString(<App />)}
</div>
<div id='app'>${renderToString(<App />)}</div>
<script src='bundle.js'></script>
</body>
</html>
Expand Down

0 comments on commit 25a47e4

Please sign in to comment.