solidjs / solid-styled-components

A 1kb Styled Components library for Solid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

nikitavoloboev opened this issue · comments

commented

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.

commented

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.