Skip to content

Commit ae1960b

Browse files
committed
suppress hydration warning on body to handle wallet extension script injection
1 parent 1f18da8 commit ae1960b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default function RootLayout({
113113
strategy="beforeInteractive"
114114
dangerouslySetInnerHTML={{ __html: accessibilityBootstrap }}
115115
/>
116-
<body className="min-h-screen bg-white dark:bg-gray-950 text-gray-900 dark:text-gray-100 antialiased overflow-x-hidden">
116+
<body suppressHydrationWarning className="min-h-screen bg-white dark:bg-gray-950 text-gray-900 dark:text-gray-100 antialiased overflow-x-hidden">
117117
<QueryProvider>
118118
<ThemeProvider>
119119
<AccessibilityProvider>

0 commit comments

Comments
 (0)