Skip to content

Commit

Permalink
chore: get rid of hydration errors as we can't really control the source
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hariti committed Feb 28, 2024
1 parent 0d586b9 commit 1b65c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const metadata: Metadata = {

export default function RootLayout({children}: {children: React.ReactNode}) {
return (
<html lang="en">
<html lang="en" suppressHydrationWarning>
<body>{children}</body>
<Script
defer
Expand Down

0 comments on commit 1b65c7a

Please sign in to comment.