-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Colorization of inner types in JSX #6756
Milestone
Comments
Can not agree more with @olmobrutall, the imported classes and interfaces are all black, low readability, as well as #5515 |
Thanks! I'll follow #5515 for import colorization. Or there's a more appropriate issue? |
#5515 seems like a good place for this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've found a small issue related to #4835 when using inner types, like
Navbar.Header
,Navbar.Brand
andNavbar.Toggle
as defined in https://github.com/flyon/react-bootstrap-typescript-definitions.The text should be in the same red as the other tags, instead of black.
The text was updated successfully, but these errors were encountered: