You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue on the typedoc source repo seems relevant: TypeStrong/typedoc/issues/1521. Seems like a change introduced around 0.20 version of typedoc, and the core contributor has a strong opinion about it. Since there exists a plugin now, I think we can use it, let me throw together a quick PR.
See https://samliew.github.io/chatexchange/classes/Message.default.html:
This function should return
Promise<User>
but instead showsPromise<default>
(This happens frequently throughout the docs).Would be nice to show the actual class names instead of default. (Probably some ES6 thing with the default export).
The text was updated successfully, but these errors were encountered: