Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change allows users to clone RouteChildren and call .into_inner() on it to get an owned version of <Children>, and then pass on the original RouteChildren to an underlying Routes, or ParentRoute component. This helps users snapshot all possible routes in an application.
- Loading branch information