I\'ve read many things about react-router v4 and the npm history library to this point, but none seems to be helping me.
My code is functioning as expected up to t
Check if you don't have nested BrowserRouter tags.
I had this issue on react-router v4 but I solved it after changing the app to only have the BrowserRouter at the top most level like the example below.
ReactDOM.render( , document.getElementById('root') );