Error : Hydration Mismatch
Im using SolidStart first time . I chose the basic template . Created the project using command
yarn create solid
. Iam trying to add a new page 'cart.tsx' but it shows following error . I have not modified any config files , just ran the dev server and created a new file .3 Replies
Also : im using Pop Os & Node version : 20.15.0
This is a known issue. I think a hard refresh might fix it
https://github.com/solidjs/solid-start/issues/1473#issuecomment-2155344117
GitHub
[Bug?]:Error: Hydration Mismatch. Unable to find DOM nodes for hydr...
Duplicates I have searched the existing issues Latest version I have tested the latest version Current behavior 😯 Whenever i create a route with folders like routes/admin/dash.tsx this error happen...
ok. Thanks