I have SSR disabled (or try to, at least) and have supressHydrationWarning, but after upgrading to Next13 I keep getting There was an error while hydrating. Because the error happened outside of a Suspense boundary, the entire root will switch to client rendering. and Hydration failed because the initial UI does not match what was rendered on the server. without changing anything. How can I make this error go away? I haven't removed the suppress tag and it still shows up
#Hydration issues after upgrading to Next 13
4 messages · Page 1 of 1 (latest)
Same problem here. Considering going back to Next 12 as all those hydrations errors are pain in the ass
😩 Let me know if you find a solution, I'll do the same
I figured it out, react-responsive is a library I use to conditionally render elements on screen size, even if u don't use that library you might be using a similar media query if you use one, I had to implement my own hook to fix it