You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really nice to have a way to flatten the routes of the components.
Example
In my application I have public routes and private routes, so I created a component Public which has a router, and my public routes inside, and I have an equivalent for private routes. I want each of them to be at /*, but doing so make the library only choose the first one.
The Public and Private components are just for organization.
I am new to this library (coming from react-router for an updated version of my techno) and the code doesn't seem very explicit to me, but as I saw the corresponding code is utils.pick but I don't see how to modify it correctly.
The text was updated successfully, but these errors were encountered:
Feature Request
It would be really nice to have a way to flatten the routes of the components.
Example
In my application I have public routes and private routes, so I created a component Public which has a router, and my public routes inside, and I have an equivalent for private routes. I want each of them to be at /*, but doing so make the library only choose the first one.
The Public and Private components are just for organization.
E.g :
Implmentation
I am new to this library (coming from react-router for an updated version of my techno) and the code doesn't seem very explicit to me, but as I saw the corresponding code is utils.pick but I don't see how to modify it correctly.
The text was updated successfully, but these errors were encountered: