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
Thanks, I'm going to mark this one as a feature request to support the HashRouter in RRv{6,7}, as the adapters have only been designed for search params in mind (the BrowserRouter).
Fortunately, the change in #800 should make it possible.
Context
What's your version of
nuqs
?What framework are you using?
Which version of your framework are you using?
Description
For some reason, we can't use BrowserRouter in RR7, only HashRouter allowed. But useQueryState always append the whole hash part.
Expect:
Actual:
Reproduction
https://github.com/Jungzl/react-router-nuqs-hash-issue
The text was updated successfully, but these errors were encountered: