salvoravida/redux-first-history

query params

Kost927 opened this issue · 2 comments

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()"