Seems that with react 18 nextjs upgrade developers should be very explicit in their markup in regards to what should and should not be rendered server side. And make sure markup is semantic.
Otherwise you'll encounter the hydration errors.
vercel/next.js#35773 (comment)
Seems that with react 18 nextjs upgrade developers should be very explicit in their markup in regards to what should and should not be rendered server side. And make sure markup is semantic.
Otherwise you'll encounter the hydration errors.
vercel/next.js#35773 (comment)