Skip to content
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

Error with typedoc when pulling in latest v6 alphas #183

Closed
jenny-s51 opened this issue Apr 26, 2024 · 1 comment
Closed

Error with typedoc when pulling in latest v6 alphas #183

jenny-s51 opened this issue Apr 26, 2024 · 1 comment
Assignees

Comments

@jenny-s51
Copy link
Collaborator

jenny-s51 commented Apr 26, 2024

Describe the problem
A clear and concise description of the problem. Which components are affected?

When pulling in the latest v6 alphas, there is an error in the build step due to dependency mismatch issues from documentation-framework, Typedoc, and the Typescript version we use.

This error gets thrown in the build step:

typedoc/dist/lib/converter/symbols.js:368
[0]         context.checker.getTypeOfSymbol(symbol));
[0]                         ^
[0] 
[0] TypeError: context.checker.getTypeOfSymbol is not a function

Needs further investigation to determine which of these packages / versions we'll need to update in order to resolve this error.

cc @wise-king-sullyman

Expected behavior
A clear and concise description of the expected behavior.
No error 🙂

Is this issue blocking you?
List the workaround if there is one.

For now can remove typedoc as a dependency to proceed with v6 updates.

@jenny-s51
Copy link
Collaborator Author

jenny-s51 commented Aug 7, 2024

Closing this issue as it has been resolved - latest v6 betas were successfully pulled in as part of #228

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants