useOutlet
react-router

useOutlet

useOutlet(context): React.ReactElement | null

Returns the element for the child route at this level of the route hierarchy. Used internally by <Outlet> to render child routes.

Parameters

Docs and examples CC 4.0