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 0b0618d commit 10422c5Copy full SHA for 10422c5
packages/apis/src/components/QueryDevTools.tsx
@@ -1,5 +1,5 @@
1
import { ReactQueryDevtools } from '@tanstack/react-query-devtools';
2
3
export const QueryDevTools = () => {
4
- return <ReactQueryDevtools initialIsOpen={true} />;
+ return <ReactQueryDevtools initialIsOpen={false} />;
5
};
0 commit comments