#Issues with child routes
3 messages · Page 1 of 1 (latest)
Hey, new won't match your page because you've got a dynamic route. That dynamic route is catching everything (including new, it assumes new is an id). Your best bet is split up the routes so you could have clients/new and clients/id/[id]/whatever you want here
@void ice should work? https://stackblitz.com/edit/github-gppl8w