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>
|
<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}
|
||||||
|
|||||||
Reference in New Issue
Block a user