Skip to content

Commit 4d82c5f

Browse files
committed
docs: remove devtools from example
because they currently don't work
1 parent 534605c commit 4d82c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/react/nextjs-suspense-streaming/src/app/providers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function Providers(props: { children: React.ReactNode }) {
2323
<ReactQueryStreamedHydration>
2424
{props.children}
2525
</ReactQueryStreamedHydration>
26-
<ReactQueryDevtools initialIsOpen={false} />
26+
{/*<ReactQueryDevtools initialIsOpen={false} />*/}
2727
</QueryClientProvider>
2828
)
2929
}

0 commit comments

Comments
 (0)