fix(website): links to builtin documentation not showing in summary (#10267)

This commit is contained in:
Qjuh
2024-05-10 22:38:43 +02:00
committed by GitHub
parent e673b3c129
commit 5498e18bf4
2 changed files with 17 additions and 1 deletions

View File

@@ -328,7 +328,7 @@ function itemTsDoc(item: DocNode, apiItem: ApiItem) {
if (!foundItem && !resolved) {
return {
kind: DocNodeKind.LinkTag,
text: null,
text: codeDestination.memberReferences[0]?.memberIdentifier?.identifier ?? null,
};
}