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
Changed component size reporting from kilobytes (size/1024) to
actual character count. This is more accurate and useful for
developers debugging component registration.
Before: "~1.5 chars" (actually KB)
After: "342 chars" (actual character count)
Updated tests to match the new format.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments