jolbol1 / nextjs-velite-blog-template

A static blog template built using NextJS 14, Velite, Tailwind, Shadcn/UI and MDX. Follow along on YouTube!
https://my-first-blog-dusky.vercel.app
120 stars 40 forks source link

Warning: Prop `className` did not match. #7

Closed fabriziofeitosa closed 2 months ago

fabriziofeitosa commented 3 months ago

Console:

image

Any suggestions on how to resolve this?

jolbol1 commented 3 months ago

Hi, apologies hoping to look into this in a bit more detail soon. Not run into this myself.

Does your HTML have supressHydrationWarnings?

<html suppressHydrationWarning>

This is necessary when using next-themes: https://github.com/pacocoursey/next-themes#:~:text=%3Chtml%20suppressHydrationWarning%3E

jolbol1 commented 3 months ago

Hi @fabriziofeitosa did this get solved for you in the end?

fabriziofeitosa commented 3 months ago

@jolbol1 It seems that the error disappeared on its own, but using suppressHydrationWarning={true} also makes the error go away.