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

Fix web query segments #1406

Merged
merged 3 commits into from
Sep 16, 2023
Merged

Fix web query segments #1406

merged 3 commits into from
Sep 16, 2023

Conversation

ealmloff
Copy link
Member

Fixes decoding the query segment on the web router. We currently parse the route from only the pathname which does not include the query. This PR adds the query segment before parsing the route which should fix query parameters always being empty on the web router.

@ealmloff ealmloff added bug Something isn't working web relating to the web renderer for dioxus router Related to the router implementation labels Aug 30, 2023
@Stygmates
Copy link
Contributor

Is there something preventing this from being merged?

@jkelleyrtp jkelleyrtp merged commit 2f1fbf3 into master Sep 16, 2023
10 checks passed
@jkelleyrtp jkelleyrtp deleted the fix-router-query branch September 16, 2023 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working router Related to the router implementation web relating to the web renderer for dioxus
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants