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
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox
As of 7.31.7:
7.31.7
error: Invalid property 'viewBox' found on tag 'marker', but it is only allowed on: svg (react/no-unknown-property): 18 | <Styled.BubbleMeter height={Math.round(radius * 2)} width={Math.round(radius * 2)} role="presentation"> 19 | <defs> > 20 | <marker id={markerId} viewBox="0 0 2 2" refX="1" refY="1" markerWidth="1" markerHeight="1" orient="auto"> | ^ 21 | <Styled.Cap cx="1" cy="1" r="1" palette={capPalette} strokeWidth="0" /> 22 | </marker> 23 | </defs>
The text was updated successfully, but these errors were encountered:
0dc8c9d
no-unknown-property
fill
<marker>
disallowedFor
forbid-component-props
allowedFor
forbid-dom-props
ljharb
No branches or pull requests
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox
As of
7.31.7
:The text was updated successfully, but these errors were encountered: