We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Doing something like:
routes.homePage({ search: 'home & garden' });
Produces a route:
/home?search=home%20&%20garden
Which is malformed due to missing encodeURIComponent.
encodeURIComponent
I believe the bug is on this line:
https://github.com/redwoodjs/redwood/blob/v6.6.2/packages/router/src/util.ts#L340
No response
The text was updated successfully, but these errors were encountered:
Thanks for your issue report. And even linking to the code needed to change is awesome 🙏
I'll try to take a look sometime this week
Sorry, something went wrong.
Tobbe
Successfully merging a pull request may close this issue.
What's not working?
Doing something like:
Produces a route:
Which is malformed due to missing
encodeURIComponent
.I believe the bug is on this line:
https://github.com/redwoodjs/redwood/blob/v6.6.2/packages/router/src/util.ts#L340
How do we reproduce the bug?
No response
What's your environment? (If it applies)
No response
Are you interested in working on this?
The text was updated successfully, but these errors were encountered: