Steps to reproduce the bug:
- Clone this repository
- Run
pnpm install
- Run
pnpm dev
- Open
http://localhost:3000
- Click on the link "Open cart"
- Observe correct behavior where the catch all route is not used and the intercepting parallel route is used.
- Open
- Run
pnpm dev --turbo
- Open
http://localhost:3000
- Click on the link "Open cart"
- Observe incorrect behavior where the catch all route is used together with the intercepting parallel route.
- Open