Skip to content

Instantly share code, notes, and snippets.

@RishikeshVedpathak
Created May 15, 2021 18:51
Show Gist options
  • Select an option

  • Save RishikeshVedpathak/aa7f8fa0aa8c7daa26490624f36e3ace to your computer and use it in GitHub Desktop.

Select an option

Save RishikeshVedpathak/aa7f8fa0aa8c7daa26490624f36e3ace to your computer and use it in GitHub Desktop.
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