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:
moh
2026-09-20 16:44:03 +02:00
parent 80b1365ebc
commit 39e459fa09
+1 -1
View File
@@ -90,7 +90,7 @@ export default async function RootLayout({
<head> <head>
<style id="dynamic-site-theme">{buildSiteThemeStyleText(siteSettings.brand.primaryColor)}</style> <style id="dynamic-site-theme">{buildSiteThemeStyleText(siteSettings.brand.primaryColor)}</style>
</head> </head>
<body className={`${museo.variable} ${dubai.variable}`} suppressHydrationWarning> <body className={`${museo.variable} ${dubai.variable}`}>
<ThemeProvider> <ThemeProvider>
<SoundProvider> <SoundProvider>
{children} {children}