You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of redundant props: bg vs backgroundColor, maxW vs maxWidth, maxH vs maxHeight
On the surface this doesn't seem like a big deal, but if you're making a component library using xstyled which has some base styling and allows overrides by the consumer, this could lead to issues if they don't match using the exact same prop.
We should choose to favor either the verbose or short versions and deprecate+remove the others to reduce complexity.
The text was updated successfully, but these errors were encountered:
There are a number of redundant props:
bg
vsbackgroundColor
,maxW
vsmaxWidth
,maxH
vsmaxHeight
On the surface this doesn't seem like a big deal, but if you're making a component library using xstyled which has some base styling and allows overrides by the consumer, this could lead to issues if they don't match using the exact same prop.
We should choose to favor either the verbose or short versions and deprecate+remove the others to reduce complexity.
The text was updated successfully, but these errors were encountered: