I am using Redux and React for my project. I have some Routes in App.js. I also use the connect function in react-redux in my project. To prevent update blocking issue, I usuall
If someone still has the issue then plz follow this one
const ShowTheLocationWithRouter = withRouter(Login); export default connect(mapStateToProps, mapDispatchToProps)(ShowTheLocationWithRouter);