-
Notifications
You must be signed in to change notification settings - Fork 29.9k
Closed
Labels
bugIssue was opened via the bug report template.Issue was opened via the bug report template.
Description
Verify canary release
- I verified that the issue exists in the latest Next.js canary release
Provide environment information
Operating System:
Platform: darwin
Arch: x64
Version: Darwin Kernel Version 22.3.0: Mon Jan 30 20:42:11 PST 2023; root:xnu-8792.81.3~2/RELEASE_X86_64
Binaries:
Node: 16.17.0
npm: 9.1.3
Yarn: 1.22.18
pnpm: N/A
Relevant packages:
next: 13.3.1-canary.3
eslint-config-next: N/A
react: 18.2.0
react-dom: 18.2.0Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue
https://github.com/dalalmj/prtest2
To Reproduce
Using parallel route to display list detail view. List = base route. Detail = @detail, parallel route. This allows user to see list while getting details either in modal or below or to right of list. After detail is display in slot, when navigating back to list, the slot is not cleared.
Run, click List link.
Click on 1
Click on Close
Still show details of 1
Describe the Bug
When showing slot (parallel route), slot does not get cleared if URL does not match.
Expected Behavior
When showing slot (parallel route), slot should get cleared if URL does not match.
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
alex-ketch and Yukioru
Metadata
Metadata
Assignees
Labels
bugIssue was opened via the bug report template.Issue was opened via the bug report template.