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
Considering a simple button component that uses the xstyled color prop:
<Buttoncolor="blue.1"/>
I get this typescript error:
Should i change the way i organize my colors because this is expected? Or should it not throw a type error? The color itself works as it should, but the type is causing the problem
The text was updated successfully, but these errors were encountered:
I wasn't sure if i should file a bug report or not, so i'm asking first. I organize my colors as follows:
Considering a simple button component that uses the xstyled color prop:
I get this typescript error:
Should i change the way i organize my colors because this is expected? Or should it not throw a type error? The color itself works as it should, but the type is causing the problem
The text was updated successfully, but these errors were encountered: