-
-
Notifications
You must be signed in to change notification settings - Fork 199
doc: use URLSearchParams.sort #1113
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
Conversation
@Multiply is attempting to deploy a commit to the 47ng Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for GitHub.
|
suggestion: A few things we could improve:
|
I can't seem to get the |
Ah yeah good point, it uses the Next.js APIs, but the demo is scoped in the React SPA. It's odd as Next.js usually picks up history changes made from other sources. I'll have a look later. |
I found the issue: Next.js only listens to external history API calls when the state passed is Edit: actually, using the Next.js app router adapter (nested into itself) also works, which is fine for this case (in the nuqs 2.5 blog post it was to showcase key isolation, which behaves differently in both, but the API is the same on all adapters here). |
No description provided.