Michal Kindl
Michal Kindl
I also run into the same issue. And exactly as you write, with only single handle in the array it works, with more it always fails...
Hi, TypeDoc 0.25.x seems to have deactiavated automatic plugin loading. You have to start TypeDoc with --plugin your-plugin-name parameter. [TypeDoc Plugin Docs](https://typedoc.org/guides/plugins/#0.25.4) As in my case had worked: `typedoc --plugin...
Hi @ludovicm67, I absolutely agree, that it causes problems with more plugins. As I followed your link from TypeDoc docs, there is also documentation inconsistence. Here is another statement, saying...