question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sidebar links not present / not working

See original GitHub issue

Current 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:closed
  • Created 3 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
elevatebartcommented, Sep 9, 2020

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

npm install react-styleguidist@11.0.8

I am working on a more definitive fix

0reactions
elevatebartcommented, Sep 10, 2020

You should be able to remove the react-styleguidist dependency

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found