How to route `products/[id]/settings` in Solidstart?
trying to achieve
example.com/products/1/settings
9 Replies
is
settings
supposed to be inside [id]/
?yes
that should work, try removing
node_modules/.vinxi
and restarting the dev serverlet me try
let me try š
ah i was just looking at the settings part
Thank you so much for your time.
Btw
vinxi
has some major hydration related bugs related auto refreshing the route logic after things changehttps://github.com/solidjs/solid-start/issues/1473
How I remember how FS routing works:
ā¦ it explains why a layout appears at the level above the nested routes.
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...