Skip to content

Path priority issue #123

@revathskumar

Description

@revathskumar

In below routes, the url /about will navigate to <Mail path="/:id"/> instead of <About path="/about" />

Slack Discussion

<Router> 
  <Inbox path="/" default />              
  <About path="/about" />               
  <Mail path="/:id"/>            
</Router>

I am trying out fixes as per this comment But as of now no luck. Will update here is If I made any progress.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions