There was an error while loading. Please reload this page.
The latest React version adds support for native svg property names.
Before:
<svg fontSize="24">
After:
<svg font-size="24">
Currently eslint trows:
error Unknown property 'font-size' found, use 'fontSize' instead react/no-unknown-property