-
-
Notifications
You must be signed in to change notification settings - Fork 722
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix getReflectionsFromSymbolId from returning undefined elements
Returning [undefined] causes downstream TypeErrors. Example: ``` TypeError: Cannot read properties of undefined (reading 'kindOf') at ./node_modules/typedoc/dist/lib/models/types.js:688:25 at Array.find (<anonymous>) at get reflection [as reflection] ```
- Loading branch information
Nicholas Bilyk
committed
Feb 29, 2024
1 parent
9999d54
commit 9ff23fd
Showing
3 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters