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 behaves as expected in 0.20. There's no link to Client here either, but that is because Client is not exported and therefore not considered to be part of the docs.
If I export Client as well, this works as expected:
I have this:
where Client is
import {Client} from '@types/ldapjs';
It would be really nice if the UI of the docs reflected that IClient has these inherited properties as well, but it doesn't. All I see is:
The text was updated successfully, but these errors were encountered: