File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export default function GlobalError({
2727 } , [ error ] ) ;
2828
2929 return (
30- < html lang = "en" >
30+ < html lang = "en" suppressHydrationWarning >
3131 < body >
3232 < h2 > Something went wrong!</ h2 >
3333 < button type = "button" onClick = { ( ) => reset ( ) } >
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export default function RootLayout({
5555 children : React . ReactNode ;
5656} ) {
5757 return (
58- < html lang = "en" >
58+ < html lang = "en" suppressHydrationWarning >
5959 < head >
6060 < PlausibleProvider
6161 domain = "thirdweb.com"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default function RootLayout({
3232 children : React . ReactNode ;
3333} ) {
3434 return (
35- < html lang = "en" >
35+ < html lang = "en" suppressHydrationWarning >
3636 < head >
3737 < Script
3838 src = "https://thirdweb.com/js/pl.js"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export default function RootLayout({
3838 children : React . ReactNode ;
3939} ) {
4040 return (
41- < html lang = "en" >
41+ < html lang = "en" suppressHydrationWarning >
4242 < head >
4343 < PosthogHeadSetup />
4444 < Script
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export default function RootLayout({
1111 children : React . ReactNode ;
1212} > ) {
1313 return (
14- < html lang = "en" >
14+ < html lang = "en" suppressHydrationWarning >
1515 < body
1616 className = { cn (
1717 "flex min-h-screen w-full max-w-screen justify-center" ,
You can’t perform that action at this time.
0 commit comments