Relative Content

Tag Archive for reactjsnext.jstailwind-cssnextjs14

I there a way to suppress hydration warnings globally next14

I have a pretty complex site that uses i18n for both client side and server side rendered components and pages. I’m using NextJS 14.2.1 (React + typescript + tailwindcss) with the app folder structure with a [lng] folder in which all the pages are since I’m using language routing trough my URL (middleware). I get hydration warnings on my home page, probably because of the header and they don’t actually cause problems except for the error itself popping up.