solid-styled-components icon indicating copy to clipboard operation
solid-styled-components copied to clipboard

Getting `Unrecoverable Hydration Mismatch` error when there shouldn't be one

Open nikivdev opened this issue 2 years ago • 1 comments

Repo with code: https://github.com/Kisuyo/todo

What I did was create this component: https://github.com/Kisuyo/todo/blob/master/src/components/HamburgerMenu.tsx

And then try use it: https://github.com/Kisuyo/todo/blob/master/src/routes/index.tsx#L42

I get this error:

image

Not sure how to read it to fix it.

nikivdev avatar Feb 10 '23 01:02 nikivdev

Some more detail, this error happens when you first load the page. If you press Clear errors and retry button, the styles do get applied.

nikivdev avatar Feb 10 '23 01:02 nikivdev