DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
18.5k stars 704 forks source link

Fix out of order fields in route definitions #2356

Closed ealmloff closed 1 week ago

ealmloff commented 1 week ago

This PR fixes parsing for routes that have fields in the route string in a different order than they were defined in the enum variant

Fixes #2353