derekjwilliams / first-next-auth

https://first-next-auth-eight.vercel.app
0 stars 0 forks source link

Add @tanstack/react-query-devtools to layout #2

Closed derekjwilliams closed 7 months ago

derekjwilliams commented 7 months ago

something like

    <ReactQueryClientProvider>
      <html lang='en'>
        <head>
          <link rel='preconnect' href='https://fonts.googleapis.com' />
          <link
            rel='preconnect'
            href='https://fonts.gstatic.com'
            crossOrigin='anonymous'
          />
        </head>
        <body {...stylex.props(s.reset, s.body)}>
          <main>
            <Toaster position='bottom-center' />
            {children}
          </main>
        </body>
      </html>
      <ReactQueryDevtools initialIsOpen />
    </ReactQueryClientProvider>
derekjwilliams commented 7 months ago

All set, note that the dev tools do not show in production on vercel

derekjwilliams commented 7 months ago

commit a659508e7a7303a282a41084da96c315561cc7bb