Skip to content

[Textbox] Two different cn functions imported #53

Description

@olegpolyakov

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions