I am working with React Router and I want to change url after data has been fetched. I was trying many solutions but any of them seem to work. One of the solutions was this.props.history.push('/some/path') but wherever I put it I get the error:
Cannot read property 'push' of undefined
I use import {BrowserRouter as Router} from 'react-router-dom'