We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I do a yarn operation like add or remove, I get this warning --
yarn
add
remove
warning " > @fortawesome/react-fontawesome@0.0.17" has unmet peer dependency "prop-types@^15.5.10".
I'm using the latest version of prop-types, which is 15.6.1. Please update to avoid this warning.
prop-types
15.6.1
I have "@fortawesome/react-fontawesome": "0.0.17",
The text was updated successfully, but these errors were encountered:
Should be fixed with 0.0.18. Let me know if there are still problems.
Sorry, something went wrong.
@robmadole Thank you
No branches or pull requests
When I do a
yarn
operation likeadd
orremove
, I get this warning --I'm using the latest version of
prop-types
, which is15.6.1
. Please update to avoid this warning.I have "@fortawesome/react-fontawesome": "0.0.17",
The text was updated successfully, but these errors were encountered: