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
refactor(bem): replace Block with cn() in Choices.jsx
Migrated Choices tag component from Block to cn() helper.
- Replaced Block import with cn import
- Replaced <Block name="choices"> with <div className={cn("choices")...}>
- No Elems in this file (simple wrapper for Choice children)
- Preserved ref, mods, and Tree.renderChildren call
- Added type assertion for ref
- No behavior change, equivalent class strings
0 commit comments