Skip to content
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

query params #93

Closed
Kost927 opened this issue Sep 12, 2022 · 2 comments
Closed

query params #93

Kost927 opened this issue Sep 12, 2022 · 2 comments

Comments

@Kost927
Copy link

Kost927 commented Sep 12, 2022

In the "connected-react-router" I could get query params from the "state.router.location.query", but here I can see only search params, any chance I can get query from the state.router.location object? It is much easier to have them in redux, than use "new URLSearchParams" and "searchParams.get()"

@salvoravida
Copy link
Owner

what's wrong with https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams/entries ?

Can you explain your use case?

@salvoravida
Copy link
Owner

@Kost927

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants