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

[Bug]: Overview in nested page does not render #1534

Open
JounQin opened this issue Oct 28, 2024 · 1 comment
Open

[Bug]: Overview in nested page does not render #1534

JounQin opened this issue Oct 28, 2024 · 1 comment
Labels
🐞 bug Something isn't working

Comments

@JounQin
Copy link
Contributor

JounQin commented Oct 28, 2024

Version

System:
OS: macOS 15.0.1
CPU: (10) arm64 Apple M1 Max
Memory: 4.83 GB / 64.00 GB
Shell: 5.9 - /bin/zsh
Browsers:
Chrome: 130.0.6723.70
Safari: 18.0.1
npmPackages:
@rspress/core: ^1.35.1 => 1.35.1

Details

|- guide
  |- index.md  // overview page
  |- test
    |- index.md  // also overview page
    |- nested
      |- index.md // also overview page

https://2thrdn-8080.csb.app/guide.html renders Overview correctly

https://2thrdn-8080.csb.app/guide/test.html and https://2thrdn-8080.csb.app/guide/test/nested.html don't work.

Image

Reproduce link

https://codesandbox.io/p/devbox/sad-zeh-2thrdn

Reproduce Steps

  1. run npm run dev
  2. visit /guide/test.html or /guide/test/nested.html
@JounQin JounQin added the 🐞 bug Something isn't working label Oct 28, 2024
@Timeless0911
Copy link
Contributor

You can use rspress@0.0.0-next-20241029080927 to verify this behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants