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

feat: automatically decode url params #2311

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

deer
Copy link
Contributor

@deer deer commented Feb 14, 2024

closes #2310

I've maintained backwards compatibility by introducing a new automaticallyDecodeUrlParams flag to RouterOptions. Additionally, in case decoding fails, it falls back to using the encoded value.

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

Successfully merging this pull request may close these issues.

context params accessed via ctx.params in the handlers need to be decoded
1 participant