-
Notifications
You must be signed in to change notification settings - Fork 154
Closed
Labels
Description
In below routes, the url /about will navigate to <Mail path="/:id"/> instead of <About path="/about" />
<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.