We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6935b commit dae2c2fCopy full SHA for dae2c2f
docs/helper/format.js
@@ -117,7 +117,7 @@ exports.isDeprecated = function () {
117
exports.navItemAnchor = function () {
118
if (typeof this.label === 'string') {
119
const anchorName = this.label.replace(/ /g, '-');
120
- return anchorName.toLowerCase();
+ return anchorName?.toLowerCase();
121
}
122
return this.name;
123
};
0 commit comments