We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f30db commit 9c68debCopy full SHA for 9c68deb
src/app/layout.tsx
@@ -43,7 +43,7 @@ export const metadata: Metadata = {
43
const RootLayout: FC<PropsWithChildren> = async ({ children }) => {
44
return (
45
<html lang="en" className={fontClasses} suppressHydrationWarning>
46
- <body>
+ <body suppressHydrationWarning>
47
<TRPCReactProvider>
48
<ThemeProvider>
49
<NextTopLoader height={5} />
0 commit comments