[SOLVED] Active link in sidebar no longer working since 0.12.16
See original GitHub issueSolved
Solution: Use yarn and install peer dependencies
yarn add docz docz-theme-default react react-dom
Bug Report
Active link in sidebar in docz-theme-default no longer working since 0.12.16 (working with 0.12.15).
Not working
- Use docz 0.12.16 or docz 0.12.17+ with docz-theme-default 0.12.17+
- Go to one page
- Link is not active in sidebar
Working
- Use docz 0.12.15 or older
- Go to one page
- Link is active
By the way, amazing job 😉
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:13 (12 by maintainers)
Top Results From Across the Web
Why my active link on sidebar is not functioning?
I already tried this 2 types of code which is {{Request::is('residential') ? 'active' : ''}} and {{ 'contractor' == request()->path() ?
Read more >garden/CHANGELOG.md at main - GitHub
Automation for Kubernetes development and testing. Spin up production-like environments for development, testing, and CI on demand.
Read more >Portal Release Notes - Windows/macOS
Here are our release notes for the latest version of DD Portal, and details of the release schedule.
Read more >pager_query takes excessive time | Drupal.org
I'm attaching the full query description below. Executed 398 queries in 7217.38 milliseconds. Queries taking longer than 5 ms and queries ...
Read more >2. Changelog — RAFCON 1.2.1 documentation
Features: Not supporting Python 2 anymore. Run this state. Only run this state. Add singleton pattern. Add new hooks before and after running...
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 FreeTop 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
Top GitHub Comments
Yes I will give you an example tomorrow (it’s 9 p.m. here in France ☺) Thanks for your time !
Hey guys, is the active menu item supposed to update on scroll? Or is that a feature that is not yet implemented?