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
updates: remove placeholder key from theme object (contained an animation property) - BREAKING; remove export of type 'SelectProps' from package (this can be accomplished by creating a new type using 'React.ComponentProps<typeof Select>' - BREAKING
test(`option with "isDisabled" = TRUE should not have an onClick handler attached and should have class - ${OPTION_DISABLED_CLS} - added to its classList`,async()=>{
79
+
test(`option with "isDisabled" = TRUE should have an onClick handler and the ${OPTION_DISABLED_CLS} class added to its classList`,async()=>{
0 commit comments