-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
react-router HashRouter support? #810
Comments
supp future self! |
Looks like hash router was working fine with nuqs v2.2.1 and react-router v6, but after upgrading to 2.3.1 it is not working anymore. Is this a known issue? |
@franky47 - with Also, irrespective of this version and issue, another issue with react router adapter is that we cannot use multiple
see https://stackblitz.com/edit/vitejs-vite-ejjuoacj?file=src%2Fmain.tsx |
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: