I use react-router-dom for routing in my React application. Part of my app extracted in another package. List of dependencies looks like this:
react-router-dom
React
I fixed that problem just importing the "BrowserRouter" from 'react-router-dom' in index.js(on create-react-app) then you can use:
replacing where were:
ReactDOM.render( , document.getElementById('root'));