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 534605c commit 4d82c5fCopy full SHA for 4d82c5f
examples/react/nextjs-suspense-streaming/src/app/providers.tsx
@@ -23,7 +23,7 @@ export function Providers(props: { children: React.ReactNode }) {
23
<ReactQueryStreamedHydration>
24
{props.children}
25
</ReactQueryStreamedHydration>
26
- <ReactQueryDevtools initialIsOpen={false} />
+ {/*<ReactQueryDevtools initialIsOpen={false} />*/}
27
</QueryClientProvider>
28
)
29
}
0 commit comments