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
I noticed the <StyledRect> component doesn't inherit a className from it's parent and it creates it's own style property. This makes styling the component difficult as you are reliant on the classNames provided by the library. It also means you can't extend the existing styled-component which is a bummer.
The text was updated successfully, but these errors were encountered:
Hi! Great library.
I noticed the
<StyledRect>
component doesn't inherit a className from it's parent and it creates it's ownstyle
property. This makes styling the component difficult as you are reliant on the classNames provided by the library. It also means you can't extend the existing styled-component which is a bummer.The text was updated successfully, but these errors were encountered: