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
For example, src and type are both rendered on the root div of Avatar: https://5ccbc373887ca40020446347-oghpnhotjv.chromatic.com/?path=/story/avatar--large
src
type
div
Invalid and unnecessary DOM attributes should not be rendered.
Use shouldForwardProp to fix.
shouldForwardProp
The text was updated successfully, but these errors were encountered:
kylegach
No branches or pull requests
Describe the bug
For example,
src
andtype
are both rendered on the rootdiv
of Avatar: https://5ccbc373887ca40020446347-oghpnhotjv.chromatic.com/?path=/story/avatar--largeExpected behavior
Invalid and unnecessary DOM attributes should not be rendered.
Additional context
Use
shouldForwardProp
to fix.The text was updated successfully, but these errors were encountered: