79085862

Date: 2024-10-14 10:56:29
Score: 1
Natty:
Report link

I was using NextJS 14 with shadcn, I added this: suppressHydrationWarning={true}, in the html and it solved my issue:

<html lang="en" suppressHydrationWarning={true}>

<body>
  <QueryClientProvider>
    <ThemeProvider>{children}</ThemeProvider>
  </QueryClientProvider>
</body>

</html>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ashraful Islam