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 6e7ff08 commit f6845b0Copy full SHA for f6845b0
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