Sidebar links not present / not working
See original GitHub issueCurrent behavior
I run styleguidist on my Vue application, but the links in the menu do not work when I click on them. They should navigate to /#section or /#componentname, but the href properties are missing
To reproduce Install vue styleguidist in a project run
npm run styleguide
Go to localhost:6060 and try to navigate to a component.
Or checkout my repository navigate to the folder library
npm install
npm run styleguide
Go to localhost:6060 and try to navigate to a component.
https://github.com/jelmerveen/vue-component-library-test/tree/visuals/styleguidist
Expected behavior I expect the links in the sidebar to work.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
jekyll - Sidebar Link Not Working - Stack Overflow
Having trouble with making sidebar's 'About' link to work. It's hosted at Github's Pages. (my github repositiory). Here's the default code ...
Read more >[Solved] Sidebar Links not working - Forums - CSS-Tricks
The sidebar links do not work at all. An interesting note, the footer links didn't work either until I wrapped them in their...
Read more >Link to sidebar is missing – how to get it back? - WordPress.com
The sidebar is showing on the page online but it can not be found within the WordPress editing pages, there's not way to...
Read more >Links and highlighting not working in sidebar - WordPress.org
1. It doesn't need a video to see the issue. Just go to the website link that I provided and try clicking on...
Read more >Links In Sidebar not displaying - WordPress Stack Exchange
Ive placed a link in the sidebar, however its not showing up at all! Any ideas? The link is the blackburn text in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

It seems to be because of a fix on react-styleguidist@11.0.9
As a workaround, you can run the following command, that will temporarily bring the links back
I am working on a more definitive fix
You should be able to remove the react-styleguidist dependency