Open SachaG opened 5 months ago
Wrong: https://2023.stateofjs.com/en-US/libraries/front_end_frameworks/ Right: https://2023.stateofjs.com/en-US/libraries/front-end-frameworks/
This is because subSectionId is used instead of getting the section object and then using section.path.
subSectionId
section.path
Wrong: https://2023.stateofjs.com/en-US/libraries/front_end_frameworks/ Right: https://2023.stateofjs.com/en-US/libraries/front-end-frameworks/
This is because
subSectionId
is used instead of getting the section object and then usingsection.path
.