Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The children of parallel routes page is displayed incorrectly when using browser navigation #73041

Open
summerscar opened this issue Nov 21, 2024 · 0 comments
Labels
bug Issue was opened via the bug report template.

Comments

@summerscar
Copy link

Link to the code that reproduces this issue

https://github.com/vercel/next-app-router-playground

To Reproduce

  1. Open the url: https://app-router.vercel.app/patterns/breadcrumbs
  2. The [Home] tab's children is 'Shared server-side UI that depends ....'
  3. Click the [Electronics] tab, this tab's children is a sub breadcrumbs and a box list
  4. Click the browser 's back navigation button
  5. The [Home] tab's children is the box list of [Electronics] tab
截屏2024-11-21 21 10 02 截屏2024-11-21 21 10 10 截屏2024-11-21 21 09 54

Current vs. Expected behavior

After clicking the browser's back button, [Home] tab should show children correctly.
This problem can only be reproduced in the production environment, and cannot be reproduced in the development environment

Provide environment information

Operating System:
  Platform: darwin
  Arch: arm64
  Version: Darwin Kernel Version 24.1.0: Thu Oct 10 21:05:14 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T8103
  Available memory (MB): 16384
  Available CPU cores: 8
Binaries:
  Node: 20.17.0
  npm: 10.8.2
  Yarn: 1.22.19
  pnpm: 9.4.0
Relevant Packages:
  next: 15.0.4-canary.21 // Latest available version is detected (15.0.3).
  eslint-config-next: N/A
  react: 19.0.0-rc-65a56d0e-20241020
  react-dom: 19.0.0-rc-65a56d0e-20241020
  typescript: 5.5.3
Next.js Config:
  output: N/A

Which area(s) are affected? (Select all that apply)

Not sure

Which stage(s) are affected? (Select all that apply)

Vercel (Deployed), Other (Deployed)

Additional context

No response

@summerscar summerscar added the bug Issue was opened via the bug report template. label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue was opened via the bug report template.
Projects
None yet
Development

No branches or pull requests

1 participant