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

pagination_next / prev no longer working #6103

Closed
6 of 7 tasks
sr-remsha opened this issue Dec 14, 2021 · 1 comment · Fixed by #6124
Closed
6 of 7 tasks

pagination_next / prev no longer working #6103

sr-remsha opened this issue Dec 14, 2021 · 1 comment · Fixed by #6124
Labels
bug An error in the Docusaurus core causing instability or issues with its execution

Comments

@sr-remsha
Copy link

Have you read the Contributing Guidelines on issues?

Prerequisites

  • I'm using the latest version of Docusaurus.
  • I have tried the npm run clear or yarn clear command.
  • I have tried rm -rf node_modules yarn.lock package-lock.json and re-installing packages.
  • I have tried creating a repro with https://new.docusaurus.io.
  • I have read the console error message carefully (if applicable).

Description

I have explicitly turned off pagination on every page. Still appeared after I moved to the latest version.

Steps to reproduce

pagination_next = null

pagination_prev = null

Expected behavior

Pagination is off on every page

Actual behavior

Pagination in on

Your environment

  • Docusaurus version used: Version: 2.0.0-beta.13

Reproducible demo

No response

Self-service

  • I'd be willing to fix this bug myself.
@sr-remsha sr-remsha added bug An error in the Docusaurus core causing instability or issues with its execution status: needs triage This issue has not been triaged by maintainers labels Dec 14, 2021
@Josh-Cena Josh-Cena changed the title Pagination issue pagination_next / prev no longer working Dec 14, 2021
@Josh-Cena Josh-Cena removed the status: needs triage This issue has not been triaged by maintainers label Dec 14, 2021
@Josh-Cena
Copy link
Collaborator

Can reproduce. I think this is caused by the recent navigation refactor in #5830. Will fix it as part of #5782

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An error in the Docusaurus core causing instability or issues with its execution
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants