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
Hi!!!
I have a component which render a <Router> with a child which have a path="/business" and have many others which have for example path="/business/users" and have one component with the default attribute, then, when I go to any route which not exist inside /business the component rendered is the first one described with path="/business" I spect render the default component. How can I change that? thank you.
The text was updated successfully, but these errors were encountered:
Hi!!!
I have a component which render a
<Router>
with a child which have apath="/business"
and have many others which have for examplepath="/business/users"
and have one component with the default attribute, then, when I go to any route which not exist inside/business
the component rendered is the first one described withpath="/business"
I spect render the default component. How can I change that? thank you.The text was updated successfully, but these errors were encountered: