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.