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
Console output shows warnings about invalid properties:
stroke-linecap
strokeLinecap
stroke-linejoin
strokeLinejoin
stroke-width
strokeWidth
So that these warnings are not shown, I suppose in the script for generating react components we need to convert all attributes into camelCase
The text was updated successfully, but these errors were encountered:
save warning, using PeopleOutline of @ricons/ionicons5
PeopleOutline
@ricons/ionicons5
Sorry, something went wrong.
No branches or pull requests
Console output shows warnings about invalid properties:
stroke-linecap
. Did you meanstrokeLinecap
?'stroke-linejoin
. Did you meanstrokeLinejoin
?'stroke-width
. Did you meanstrokeWidth
?'So that these warnings are not shown, I suppose in the script for generating react components we need to convert all attributes into camelCase
The text was updated successfully, but these errors were encountered: