SolidJSS
SolidJSβ€’11mo agoβ€’
3 replies
Nikita Averochkin

Hydration Mismatch + any client logic don't work

Hey everyone!

I'm doing using Solid-Start and face with some problems

Firstly, I have a hydration error in usual component like this:
<svg {...restParams}>{children}</svg>
which takes only svg-related tags as childern prop, so there is no way that some problems can be here, but some times I have hydration mismatch error for that usual component (full error description in the screenshot)

And, secondly, I don't know why, but any client logic (like signals, navigation and so on) seems not to work.
It seems that hydration don't work at all and my components only render on vinxi server.

Any information how to fix them - wiil help! Thanks everyone in advance. πŸ˜„

Source code: https://github.com/aver77/SolidStart-blog
2025-03-15_16.42.03.png
GitHub
Contribute to aver77/SolidStart-blog development by creating an account on GitHub.
Was this page helpful?