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 0ecf85a commit f36d755Copy full SHA for f36d755
packages/react/src/index.ts
@@ -16,6 +16,16 @@ export {
16
export {
17
reactRouterV6BrowserTracingIntegration,
18
withSentryReactRouterV6Routing,
19
+ // eslint-disable-next-line deprecation/deprecation
20
wrapUseRoutes,
21
+ wrapUseRoutesV6,
22
23
wrapCreateBrowserRouter,
24
+ wrapCreateBrowserRouterV6,
25
} from './reactrouterv6';
26
+export {
27
+ reactRouterV7BrowserTracingIntegration,
28
+ withSentryReactRouterV7Routing,
29
+ wrapCreateBrowserRouterV7,
30
+ wrapUseRoutesV7,
31
+} from './reactrouterv7';
0 commit comments