79318215

Date: 2024-12-30 17:37:27
Score: 0.5
Natty:
Report link

simply add suppressHydrationWarning={true} into your html tag

 <html lang="en" suppressHydrationWarning={true}>
      <body
        className={`${geistSans.variable} ${geistMono.variable} antialiased`}
      >
        {children}
      </body>
    </html>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Myrat