As many know the hydration error in Next.js (which is actually a React problem) has existed for like two years or more. In most cases it’s caused by mistakes made by the developer but there’s the case where users of the website receive the error notification because a browser extension is injecting HTML code. That is not uncommon these days with password managers etc. which is why I’m wondering if there is any way to hide the error pop up at the moment. In my opinion it’s a horrible UX to have errors displayed across the entire web app without the user even knowing it’s one of their browser extensions.
I already read through most GitHub issues but didn’t find a working solution.
I myself use a browser extension causing the errors in my app and Never have I seen such an error in any other web app I use so I‘m sure there has to be a way to hide the errors.