radius
radius copied to clipboard
Prop Bleeding to HTML attribs.
In some cases when providing props to components, there is some non-compliant html attribute bleeding.
e.g.
display is passed to the html node because it's not destructured from the props before being passed to children.
Perhaps making use of shouldForwardProp will remedy this, and keep the HTML compliant.
Thank you. Was waiting for that PR to be merged.
changing this into a bug at this point, as this is fixable, and should be low risk to fix.