Closed osesov closed 3 years ago
This is caused by an intentional breaking change in TypeDoc 0.22. A lot of plugins are affected by this as you can see here: https://github.com/TypeStrong/typedoc/issues/1696
It should by easy to fix. I guess we just have to import from another path. I hope I can fix it this weekend or maybe sometime next week.
Also it would probably make sense to change the peerDependency back to not supporting newer TypeDoc versions by default.
Fixed in 3.0.2 🎉
output:
If that helps - recently the same situation used to be with typedoc-plugin-markdown #249