Closed derekjwilliams closed 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>
All set, note that the dev tools do not show in production on vercel
commit a659508e7a7303a282a41084da96c315561cc7bb
something like