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
"__comment": "fillcontrast uses all lowercase to prevent react errors from cluttering the console and test outputs. Props that are in camelCase and passed down by {...rest} are parsed by react and lead to an Unknown Prop Warning. By using lowercase, we pass it along as a custom html attribute and the error is removed",