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 using the iosCloseOutline from the ionicons library, the following warning is logged to the console:
iosCloseOutline
ionicons
Warning: Invalid DOM property `class`. Did you mean `className`?
Here is a demo of that in codesandbox. (To see the warning, you have to open the Console tab at the bottom.)
I have not seen this warning for any other Icon (and I have used this library quite a bit), so I think this might be an issue specific to this Icon.
The text was updated successfully, but these errors were encountered:
Same warning for iosCloseEmpty
iosCloseEmpty
Sorry, something went wrong.
No branches or pull requests
When using the
iosCloseOutline
from theionicons
library, the following warning is logged to the console:Here is a demo of that in codesandbox. (To see the warning, you have to open the Console tab at the bottom.)
I have not seen this warning for any other Icon (and I have used this library quite a bit), so I think this might be an issue specific to this Icon.
The text was updated successfully, but these errors were encountered: