REVERTED - Drop body suppressHydrationWarning
- The hydration warning came from a browser extension, not the app; handling it at the extension level instead of masking it in the layout
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ export default async function RootLayout({
|
||||
<head>
|
||||
<style id="dynamic-site-theme">{buildSiteThemeStyleText(siteSettings.brand.primaryColor)}</style>
|
||||
</head>
|
||||
<body className={`${museo.variable} ${dubai.variable}`} suppressHydrationWarning>
|
||||
<body className={`${museo.variable} ${dubai.variable}`}>
|
||||
<ThemeProvider>
|
||||
<SoundProvider>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user