Closed eaguad1337 closed 1 month ago
Routes are evaluated in order and if you have a Route.fallback() before more routes, these routes will never be evaluated.
Route.fallback()
No response
Make Route.fallback to be evaluated at the end.
Is your feature request related to a problem?
Routes are evaluated in order and if you have a
Route.fallback()
before more routes, these routes will never be evaluated.What do we currently have to do now?
No response
Describe the solution you'd like
Make Route.fallback to be evaluated at the end.
Describe alternatives you've considered
No response
Would this be a breaking change ?
Anything else ?
No response