I am using react-router v6,
withRouter is not supported by the react-router v6,
previously I was using export default connect(mapStateToProps)(withI18n(withRouter(Main))) in react-router-v5
I am trying to find the equivalent props in the react-router v6.
unfortunately I did not find a equivalent props in the react-router v6. What will be the withRouter equivalent in v6?