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

Parse redirects in the same order they appear in #2650

Merged
merged 5 commits into from
Jul 26, 2024

Conversation

ealmloff
Copy link
Member

Fixes the order we parse routes and redirects in. We currently parse all routes first. This PR parses the routes and redirects in the order they appear in the enum instead

Fixes #2549

@ealmloff ealmloff added bug Something isn't working router Related to the router implementation labels Jul 19, 2024
@jkelleyrtp jkelleyrtp merged commit 443b9a4 into DioxusLabs:main Jul 26, 2024
12 checks passed
@ealmloff ealmloff deleted the fix-redirect-order branch July 26, 2024 00:52
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redirect from root to a route with query segments
2 participants