Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some types include unnecessary empty type params list #246

Open
adidahiya opened this issue Oct 25, 2023 · 0 comments
Open

Some types include unnecessary empty type params list #246

adidahiya opened this issue Oct 25, 2023 · 0 comments
Assignees
Labels

Comments

@adidahiya
Copy link
Contributor

This is a regression in v5.0.0 caused by #156

Previously, types without generic type params were rendered as expected, without any <> type params list:

image

Now, they often include an extraneous & unnecessary empty type params list, which can mislead users to believe that the type is generic:

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant