docs(matchPath): remove comment

This commit is contained in:
Maria Hutt
2025-05-19 16:33:55 -07:00
parent e76c1e86f9
commit 2436ba383e

View File

@@ -13,9 +13,6 @@ interface MatchPathOptions {
path?: string;
caseSensitive?: boolean;
end?: boolean;
// from is removed in react-router v6 since Redirect was replaced with Navigate
// component is removed in react-router v6, replaced with element but not used in this function
// exact is removed in react-router v6
};
}