I\'m trying to set up react-router in an example application, and I\'m getting the following error:
You should not use outside a
Write router in place of Main in render (last line in the code). Like this ReactDOM.render(router, document.getElementById('root'));