-
Notifications
You must be signed in to change notification settings - Fork 6.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistency of breadcrumbs detail shown in about page of the website #6679
Comments
Indeed, sounds like it is rendering the breadcrumbs inconsistently. |
@ovflowd after going through the code base for a while i notice two thing.
do you think that the issue lies in handling the dash or somewhere else? |
found the issue regarding this problem,the nodeWithCurrentPath for the paths which doesnt show the correct breadcrumbs are having undefined value. whereas the path which are working fine have the values in nodeWithCurrentPath. @ovflowd @AugustinMauroy what your guys thought on this? i tried debugging but was not able to come up with the solution. my assumption is regarding the mismatch of the pathname when we convert it to dashed. |
I'm not sure if this is related - just further down in the "Get Involved" section all of the breadcrumbs do not include the name of the page. For example: https://nodejs.org/en/about/get-involved/events |
As I understand, there are 2 problems on the breadcrumbs handling:
while it should be updated following:
=> Update key name might be a proper solution for this case, but I'm not sure if changing key name might affect other places in the project or not, will need the help of @ovflowd to confirm about it.
=> Update I've created a PR for this issue at #6710 |
@tquocanvn your approach of passing the value seems correct, will close my pr!! |
I also found a few related issues with the breadcrumbs on the learn page. Particularly in these 4 articles
I think we should consider these as well in the fix @tquocanvn |
URL:
https://nodejs.org/en/about
Browser Name:
brave
Browser Version:
1.65.123
Operating System:
Windows 11
How to reproduce the issue:
The text was updated successfully, but these errors were encountered: