File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import appCss from '~/styles/app.css?url'
1515import carbonStyles from '~/styles/carbon.css?url'
1616import { seo } from '~/utils/seo'
1717import ogImage from '~/images/og.png'
18- import { TanStackRouterDevtools } from '@tanstack/react-router-devtools'
18+ import { TanStackRouterDevtoolsInProd } from '@tanstack/react-router-devtools'
1919import { NotFound } from '~/components/NotFound'
2020import { CgSpinner } from 'react-icons/cg'
2121import { DefaultCatchBoundary } from '~/components/DefaultCatchBoundary'
@@ -193,7 +193,7 @@ function RootDocument({ children }: { children: React.ReactNode }) {
193193 < BackgroundAnimation />
194194 < React . Suspense fallback = { null } > { children } </ React . Suspense >
195195 { showDevtools ? (
196- < TanStackRouterDevtools position = "bottom-right" />
196+ < TanStackRouterDevtoolsInProd position = "bottom-right" />
197197 ) : null }
198198 { canShowLoading ? (
199199 < div
You can’t perform that action at this time.
0 commit comments