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
We use the classNames modules in many components, it should be able to process many forms of json and output a string without duplicates or null values.
Technical Requirements
Classnames like classNames('italic', 'text-color-red', active && 'font-bold') should output italic text-color-red when not active and italic text-color-red font-bold when the component has an active prop.
The text was updated successfully, but these errors were encountered:
Context
We use the classNames modules in many components, it should be able to process many forms of json and output a string without duplicates or null values.
Technical Requirements
classNames('italic', 'text-color-red', active && 'font-bold')
should outputitalic text-color-red
when not active anditalic text-color-red font-bold
when the component has anactive
prop.The text was updated successfully, but these errors were encountered: