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.
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/businessthe component rendered is the first one described withpath="/business"I spect render the default component. How can I change that? thank you.