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
fix(emcn): rename Info icon to CircleInfo to resolve barrel collision
The toast redesign added an `Info` icon, but the emcn barrel already
re-exports an `Info` component (`export * from './components'` +
`export * from './icons'`), so the top-level `@/components/emcn` had a
duplicate `Info` export (TS2308). Rename the icon to CircleInfo — matching
its circle-shaped siblings (CircleAlert, CircleCheck) and resolving the
collision. The icon is consumed only by toast.tsx.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments