🚨(add-desk) remove hydratation warning
When working with Next, some browser (like Brave) gives us warning about hydratation. This commit remove this warning.
This commit is contained in:
@@ -18,7 +18,7 @@ export default function RootLayout({
|
||||
|
||||
return (
|
||||
<html lang="en">
|
||||
<body>
|
||||
<body suppressHydrationWarning={process.env.NODE_ENV === 'development'}>
|
||||
<QueryClientProvider client={queryClient}>
|
||||
<ReactQueryDevtools />
|
||||
<CunninghamProvider theme={theme}>{children}</CunninghamProvider>
|
||||
|
||||
Reference in New Issue
Block a user