no devtools
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
import { AuthProvider } from "@/contexts/auth-context"
|
import { AuthProvider } from "@/contexts/auth-context"
|
||||||
import { SpotifyProvider } from "@/contexts/spotify-context"
|
import { SpotifyProvider } from "@/contexts/spotify-context"
|
||||||
import MantineProvider from "@/lib/mantine/mantine-provider"
|
import MantineProvider from "@/lib/mantine/mantine-provider"
|
||||||
import { ReactQueryDevtoolsPanel } from '@tanstack/react-query-devtools'
|
//import { ReactQueryDevtoolsPanel } from '@tanstack/react-query-devtools'
|
||||||
import { TanStackRouterDevtoolsPanel } from '@tanstack/react-router-devtools'
|
//import { TanStackRouterDevtoolsPanel } from '@tanstack/react-router-devtools'
|
||||||
import { TanStackDevtools } from '@tanstack/react-devtools'
|
//import { TanStackDevtools } from '@tanstack/react-devtools'
|
||||||
import { Toaster } from "sonner"
|
import { Toaster } from "sonner"
|
||||||
|
|
||||||
const Providers = ({ children }: { children: React.ReactNode }) => {
|
const Providers = ({ children }: { children: React.ReactNode }) => {
|
||||||
@@ -11,7 +11,7 @@ const Providers = ({ children }: { children: React.ReactNode }) => {
|
|||||||
<AuthProvider>
|
<AuthProvider>
|
||||||
<SpotifyProvider>
|
<SpotifyProvider>
|
||||||
<MantineProvider>
|
<MantineProvider>
|
||||||
<TanStackDevtools
|
{/*<TanStackDevtools
|
||||||
eventBusConfig={{
|
eventBusConfig={{
|
||||||
debug: false,
|
debug: false,
|
||||||
connectToServerBus: true,
|
connectToServerBus: true,
|
||||||
@@ -26,7 +26,7 @@ const Providers = ({ children }: { children: React.ReactNode }) => {
|
|||||||
render: <TanStackRouterDevtoolsPanel />,
|
render: <TanStackRouterDevtoolsPanel />,
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>*/}
|
||||||
<Toaster position='top-center' />
|
<Toaster position='top-center' />
|
||||||
{children}
|
{children}
|
||||||
</MantineProvider>
|
</MantineProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user