The Outlet component is a component that can be used to render the next child route of a parent route.
The Outlet component does not accept any props.
- If matched, the child route match's component/errorComponent/pendingComponent/notFoundComponent.
- If not matched, null.