query params
Kost927 opened this issue · 2 comments
Kost927 commented
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 commented
what's wrong with https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams/entries ?
Can you explain your use case?
salvoravida commented