I was working with old packages in my react project. Now im on process of upgrading the old version. After changing the react-router-redux to connected-react-router i have encountered with this error.
<Provider store={store}>
<ConnectedRouter history={history} >
<BrowserRouter>
<Routes>
<Route path="/" element={<PageLogin/>} > </Route>
</Routes>
</BrowserRouter>
</ConnectedRouter>
</Provider>
when i comment the <ConnectedRouter> , there will be another error. which means the error is occurring at that level.
More than this modules i'm using react-hot-loader , react-rewire modules also. redux store is well declared because i can see the router information. Can anyone help? i'm stucked here for one week.
react-router v6 is not compatible with connected-react-router, use redux-first-history.
in index.js