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
Similar to #3416 but for symbol instead of marker
symbol
marker
using version 7.31.7
7.31.7
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox
I have a component that looks like:
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em"> <symbol viewBox="0 0 24 24" id="..." xmlns="http://www.w3.org/2000/svg"> <path fill="currentColor" d="..." /> </symbol> </svg>
And it's throwing an error:
error Invalid property 'viewBox' found on tag 'symbol', but it is only allowed on: svg react/no-unknown-property
it might be good to also add it for pattern and view as those tags also accept viewBox according to MDN but are not listed in the allowed tags
pattern
view
viewBox
The text was updated successfully, but these errors were encountered:
This will be fixed by #3424
Sorry, something went wrong.
8e07874
No branches or pull requests
Similar to #3416 but for
symbol
instead ofmarker
using version
7.31.7
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox
I have a component that looks like:
And it's throwing an error:
it might be good to also add it for
pattern
andview
as those tags also acceptviewBox
according to MDN but are not listed in the allowed tagsThe text was updated successfully, but these errors were encountered: