Skip to content
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

Bypass Next.js router's encodeURIComponent that causes certain symbols(comma, plus, etc) percent encoded #6

Open
dongyeop-youha opened this issue Nov 9, 2022 · 0 comments

Comments

@dongyeop-youha
Copy link
Contributor

Next.js router always encodeURIComponent query params, which causes commas to look bad in URL.
There is no restriction on search part of the URL that requires it to be percent-encoded.

https://stackoverflow.com/a/45702126
https://stackoverflow.com/a/38816380

This is out of next-batch-router's original scope, but supporting it separately wouldn't be compatible with next-batch-router

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant