Returns the element for the child route at this level of the route hierarchy. Used internally by <Outlet> to render child routes.
<Outlet>
Optional
The context to pass to the outlet
The child route element or null if no child routes match
null
Returns the element for the child route at this level of the route hierarchy. Used internally by
<Outlet>to render child routes.