-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed React Router 6 support #438
base: dev
Are you sure you want to change the base?
Conversation
Due to the new history v5, listen
|
@whazor - hmmm, how is that different (it is already an object)? Unless I am blind, you just removed two line breaks... |
Ahhhh.. I applied your PR as patch to the latest version. But you are actually changing the dev branch. |
What is the status of this? |
I can recommend looking at redux-first-history or lagunovsky/redux-react-router |
Please merge this or update the |
@supasate just click the button Merge ! |
go merge bro |
Hey folks, can we expect that it is going to be merged anytime soon? |
Please merge this.. 😭 |
You don't need this module anymore, it is useless. Just use the brand new React Router 6 hooks like useLocation, useNavigate, useParams etc... wherever you need it in your page. I recommend you to take a look at this boilerplate repository for an app ready to go https://github.com/tomtom94/react-easy-ssr |
This is an exploratory fix. It works, but I am not sure it is the right way to go.