Created
May 15, 2021 18:51
-
-
Save RishikeshVedpathak/aa7f8fa0aa8c7daa26490624f36e3ace to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { ReactQueryDevtools } from 'react-query/devtools' | |
| function App() { | |
| return ( | |
| <QueryClientProvider client={queryClient}> | |
| {/* The rest of your application */} | |
| <ReactQueryDevtools initialIsOpen={false} /> | |
| </QueryClientProvider> | |
| ) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment