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'
15
15
import carbonStyles from '~/styles/carbon.css?url'
16
16
import { seo } from '~/utils/seo'
17
17
import ogImage from '~/images/og.png'
18
- import { TanStackRouterDevtools } from '@tanstack/react-router-devtools'
18
+ import { TanStackRouterDevtoolsInProd } from '@tanstack/react-router-devtools'
19
19
import { NotFound } from '~/components/NotFound'
20
20
import { CgSpinner } from 'react-icons/cg'
21
21
import { DefaultCatchBoundary } from '~/components/DefaultCatchBoundary'
@@ -193,7 +193,7 @@ function RootDocument({ children }: { children: React.ReactNode }) {
193
193
< BackgroundAnimation />
194
194
< React . Suspense fallback = { null } > { children } </ React . Suspense >
195
195
{ showDevtools ? (
196
- < TanStackRouterDevtools position = "bottom-right" />
196
+ < TanStackRouterDevtoolsInProd position = "bottom-right" />
197
197
) : null }
198
198
{ canShowLoading ? (
199
199
< div
You can’t perform that action at this time.
0 commit comments