Parallel and nested routes at the same level
Answered
Korat posted this in #help-forum
KoratOP
Can I have parallel and nested routes at the same level?
- app
- (dashboard)
- profile
- @sideBar/page.tsx
- password/page.tsx
- layout.tsx
- page.tsx
/profile/password gives me a 404 error, I'm rendering sidebar and children props in the layout... If I didn't render sidebar prop it works...
- app
- (dashboard)
- profile
- @sideBar/page.tsx
- password/page.tsx
- layout.tsx
- page.tsx
/profile/password gives me a 404 error, I'm rendering sidebar and children props in the layout... If I didn't render sidebar prop it works...
Answered by Korat
It was related to my react/react-dom version, updating to 18.2.0 fixed it. (next 13.4.7)
1 Reply
KoratOP
It was related to my react/react-dom version, updating to 18.2.0 fixed it. (next 13.4.7)
Answer