von MUTINDA

Results 1 comments of von MUTINDA

``` import { withRouter } from "react-router-dom"; ``` Import the above in your component My case is Game . ( Not App.js component ) Then : `export default connect(mapStateToProps)( withRouter(...