You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think currently they don't provide support in near future. If you still want to use it. With react-router@v6. You can make small tweak as follows.
Instead of using the ConnectedRouter
You can make following default react-router Router component and make changes as follows
`import React, { useLayoutEffect, useRef, useState } from 'react'
import { Route, Router, Routes } from 'react-router-dom'
import { createBrowserHistory } from 'history'
import { useDispatch } from 'react-redux'
import { onLocationChanged } from 'connected-react-router'
When will support be updated?
The text was updated successfully, but these errors were encountered: