patternfly / react-topology

MIT License
8 stars 17 forks source link

Error with typedoc when pulling in latest v6 alphas #183

Open jenny-s51 opened 2 months ago

jenny-s51 commented 2 months ago

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.