We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm run clear
yarn clear
rm -rf node_modules yarn.lock package-lock.json
I have explicitly turned off pagination on every page. Still appeared after I moved to the latest version.
pagination_next = null
pagination_prev = null
Pagination is off on every page
Pagination in on
No response
The text was updated successfully, but these errors were encountered:
Can reproduce. I think this is caused by the recent navigation refactor in #5830. Will fix it as part of #5782
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.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
Reproducible demo
No response
Self-service
The text was updated successfully, but these errors were encountered: