From e364fea46b160a59eb436de82b6fc2500850e39e Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Mon, 19 May 2025 13:07:05 -0700 Subject: [PATCH] chore(matchPath): use the correct library --- packages/react-router/src/ReactRouter/utils/matchPath.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-router/src/ReactRouter/utils/matchPath.ts b/packages/react-router/src/ReactRouter/utils/matchPath.ts index 978045e438..cb1d0e01d7 100644 --- a/packages/react-router/src/ReactRouter/utils/matchPath.ts +++ b/packages/react-router/src/ReactRouter/utils/matchPath.ts @@ -1,5 +1,5 @@ -import { matchPath as reactRouterMatchPath } from 'react-router'; import type { PathMatch } from 'react-router'; +import { matchPath as reactRouterMatchPath } from 'react-router-dom'; interface MatchPathOptions { /**