Every one of us knows the case when you need to add more class names to style your component depending on some conditions, but you do not want to have negative boolean values in className prop.
We had the same issue.
So, what are you going to do if you need to solve a problem like this?