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
I have no idea why I thought this was a problem with interning.... this is a complex enough type that it shouldn't be happening here. Interning only really happens with type Alias = <some primitive>.
This specific case appears to have been fixed by 0.20 (currently typedoc@beta). Hovering over the link shows that it targets the correct reflection. This also revealed a bug with 0.20's converter, it was producing multiple identical reflections for the namespace, so thanks for that!
Steps to reproduce:
Current Behavior: id is 157021 that refers to the MasterFilterValues property of the ItemState class
Expected Behavior: id is 157022 and refers to the MasterFilterValues Type alias.
Environment
The text was updated successfully, but these errors were encountered: