Component
Textbox
Problem
File: Textbox.tsx lines 4-5
Uses both cn functions:
import { ccn } from '../../component';
import { cn } from '../../utils';
This is confusing and the className logic is hard to follow.
Suggested Fix
Use single consistent approach.
Impact
Code maintainability
Component
Textbox
Problem
File: Textbox.tsx lines 4-5
Uses both cn functions:
This is confusing and the className logic is hard to follow.
Suggested Fix
Use single consistent approach.
Impact
Code maintainability