Next.js Discord

Discord Forum

Error: Hydration

Unanswered
Satin Angora posted this in #help-forum
Open in Discord
Satin AngoraOP
Hi, I hope you are doing well, I getting the problem of hydration a lot.
I am wondering if there is any way can know where is the hydration error happening?

6 Replies

Ragdoll
The error message is self descriptive
check the correct usage of <button> and <i> tag in your code
Satin AngoraOP
I don't have any <i> inside <button>, otherwise I have a ui module that I am using.
but I patch it to work for me but it did't change any thing
If u use a UI Library try to add to the html on layout suppressHydrationWarning
<html lang="en" suppressHydrationWarning>
Satin AngoraOP
thanks