#Error Hydration failed because the initial UI does not match what was rendered on the server
11 messages · Page 1 of 1 (latest)
it because you have multiple childs inside Link component wrap them with div should solve problem
Im facing same problem can it be caused if i have a Image components inside Link?
after next13 you should wrap after using Link because Link is a conponent and it should have only one child can you share your code here? @tulip loom
<Link href="/" className="cursor-pointer flex">
<Image
width={120}
height={72}
src="/logo.png"
alt="Apex Manga - Logo"/>
</Link>
It only has one child
you dont need cursor pointer here other things look normal to me
I will try removing cursor pointer
you are using next13 right
Yea