We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0475fe commit 2540df5Copy full SHA for 2540df5
packages/react/src/reactrouterv6.tsx
@@ -64,12 +64,6 @@ export function wrapCreateMemoryRouterV6<
64
return createV6CompatibleWrapCreateMemoryRouter(createMemoryRouterFunction, '6');
65
}
66
67
-/**
68
- * Alias for consistency with `wrapCreateBrowserRouter`
69
- * @deprecated Use `wrapCreateMemoryRouterV6` or `wrapCreateMemoryRouterV7` instead.
70
- */
71
-export const wrapCreateMemoryRouter = wrapCreateMemoryRouterV6;
72
-
73
/**
74
* A higher-order component that adds Sentry routing instrumentation to a React Router v6 Route component.
75
* This is used to automatically capture route changes as transactions.
0 commit comments