Renders the result of matchRoutes
into a React element.
function renderMatches(
matches: RouteMatch[] | null,
): React.ReactElement | null
The array of route matches to render
A React element that renders the matched routes or null
if no matches