main
Branches
main (6.23.0)dev
Versions
6.23.0v4/5.xv3.x
renderMatches

renderMatches

Type declaration
declare function renderMatches(
  matches: RouteMatch[] | null
): React.ReactElement | null;

renderMatches renders the result of matchRoutes() into a React element.

Docs and examples CC 4.0
Edit