Skip to content

Commit 1be11fc

Browse files
fix: remove TanStack Router devtools from studio UI
Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/7ee9e5d4-3610-43f7-abc2-c56a68007e97 Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
1 parent 1bcbe51 commit 1be11fc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/studio/src/routes/__root.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license.
22

33
import { createRootRoute, Outlet } from '@tanstack/react-router';
4-
import { TanStackRouterDevtools } from '@tanstack/router-devtools';
54
import { ObjectStackProvider } from '@objectstack/client-react';
65
import { ErrorBoundary } from '../components/ErrorBoundary';
76
import { SidebarProvider } from '@/components/ui/sidebar';
@@ -36,7 +35,6 @@ function RootComponent() {
3635
</SidebarProvider>
3736
</ErrorBoundary>
3837
</PluginRegistryProvider>
39-
<TanStackRouterDevtools />
4038
</ObjectStackProvider>
4139
);
4240
}

0 commit comments

Comments
 (0)