We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32af841 commit 0533b03Copy full SHA for 0533b03
components/counter/index.tsx
@@ -169,7 +169,7 @@ const Counter: ForwardRefExoticComponent<
169
return (
170
<StyledComponentContext cacheKey="tenup-component-counter">
171
<StyledCounter
172
- className={cx('tenup--block-components__character-count', {
+ className={clsx('tenup--block-components__character-count', {
173
'is-over-limit': count > limit,
174
})}
175
ref={ref}
0 commit comments