Skip to content

Commit

Permalink
Enable ReactQueryDevtools
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Nov 11, 2023
1 parent 0c85448 commit b23e1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ReactDOM.createRoot(root).render(
<Theme appearance='light' scaling='110%'>
<App />
</Theme>
{/* <ReactQueryDevtools initialIsOpen={false} /> */}
<ReactQueryDevtools initialIsOpen={false} />
</QueryClientProvider>
</React.StrictMode>
)

0 comments on commit b23e1d7

Please sign in to comment.