why this happened? Warning: render(): Target node has markup rendered by React, but there are unrelated nodes as well. This is most commonly caused by white-space inserted around server-rendered markup.
<section id="container-wrapper"> <div data-reactid=".0.1.0.1"> loading..... </div> </section> // App.js
ReactDOM.render(<App routes={routes} /> , document.getElementById('container-wrapper'));
{{{content}}}in a DIV element.