radek1313
Nested layouts with dynamic route
But I want only shared layout only for
/plans/[id]
and /plans/[id]/select
. I already have plans
folder. There I have index.tsx
which is route for all plans. I have also [id].tsx
route there which is for plan details. I want to add now route /plans/[id]/select
which should have shared layout only with /plans/[id]
. Sorry for confusion, should clarify it in the first message6 replies
dev server pending forever request solid start
No, it’s not about that. I removed node modules and reinstalled. This has helped. But it happens sometimes that it gets stuck with just one request pending, usually I was just restarting server, this time removing node modules helped. No idea why this happens
3 replies