Setting Link active state seems to be broken in v1.6.4
See original GitHub issueI’ve noticed that after upgrading, the active state of a Link never gets set. onSetActive
prop also never gets called. I am guessing it’s related to the recent refactors done on Helpers.js
Downgrading to v1.5.5 works but it seems like in general there is something off with the state management of the active links. For instance in v1.5.5 I’ve found refreshing the page makes active state malfunction similar to what’s mentioned in #193 and #124. It looks like spy/active state is a recurring issue: #250, #125, #29
Issue Analytics
- State:
- Created 6 years ago
- Comments:19 (9 by maintainers)
Top Results From Across the Web
Bootstrap navbar Active State not working - Stack Overflow
So the actual navbar link will only be set to active if the url contains this link. $(document).ready(function() { $.each($('#navbar').find('li'), ...
Read more >Azure AD Archives - AdamFowlerIT.com
Microsoft's documentation Introduction to Azure AD Connect V2.0 covers this ... .com/en-us/azure/active-directory/hybrid/reference-connect-tls-enforcement.
Read more >17.1.6.4 Binary Logging Options and Variables
It is possible to enable binary logging in this case by specifying the --log-bin option. When binary logging is enabled, the log_bin system...
Read more >Bug listing with status RESOLVED with resolution FIXED as at ...
configure " status:RESOLVED resolution:FIXED severity:normal · Bug:188 - "environment variable GZIP cause pilot-link-0.9.6.ebuild (kde) to fail ?
Read more >Known issues — nRF Connect SDK 2.2.99 documentation
When using the LTE link controller library, a memory comparison is done between ... Set joining_signal_received to false so broken rejoin procedure can...
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
I’m not gonna close it, I will lable it as a bug. And will obviously try to solve it before the week ends, but my time is limited atm.
Gonna look into this today, might be solved by the end of the day.