Sidebar item type docsSidebar throws error when featured as item in sidebar type dropdown #6634
Closed
2 of 7 tasks
Labels
bug
An error in the Docusaurus core causing instability or issues with its execution
closed: duplicate
This issue or pull request already exists in another issue or pull request
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
When creating the site's top navigation i want to create a drop down menu where the items are of navitem type
docSidebar
. however, when i try to include these, the site throws the error:Steps to reproduce
navbar.items
entry withtype: "dropdown"
.npm start
in local devhere is an example sidebar config that'd throw this error:
Expected behavior
no error thrown
Actual behavior
throws errors:
Your environment
Reproducible demo
No response
Self-service
The text was updated successfully, but these errors were encountered: