-
Notifications
You must be signed in to change notification settings - Fork 133
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
3.x Types Issue: FontAwesomeIconProps missing values #428
Labels
Comments
@brandon-mork --- Oh my goodness, you are right, I missed them... somehow (I have no idea how). I will get this PR submitted and merged as well. Thank you !!! |
You rock- thanks @jasonlundien!! :) |
@brandon-mork --- PR merged. So I am going to go ahead and close this one now. Thanks again for your help. Also, I am going to add you as a contributor unless you tell me other wise. Have a great one !!! |
This was referenced May 29, 2024
This was referenced Jun 29, 2024
This was referenced Jul 29, 2024
This was referenced Aug 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Types in index.d.ts FontAwesomeIconProps do not match actual expected props in FontAwesomeIcon.js.
Expected behavior
Exact match of supported props and associated types definition.
Reproduction
Unintuitive breakage due to missing types, string
"false"
evaluates to true:Functioning code to pass boolean
false
value instead of string, which consuming developer would know to use if types were present:Additional context
Issue introduced by: #366
PR merged under #415 fixed one piece of the issue, but left much of the issue remaining.
Exact diff of expected types
The text was updated successfully, but these errors were encountered: