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
In User component, we can pass icon to avatarProps. However, there is name defined in User, this will pass to Avatar causing to show the initial instead of icon.
Need to double check why we pass name to Avatar instead of not taking from avatarProps.
NextUI Version
2.4.2
Describe the bug
In User component, we can pass
icon
toavatarProps
. However, there isname
defined inUser
, this will pass toAvatar
causing to show the initial instead of icon.Need to double check why we pass
name
toAvatar
instead of not taking fromavatarProps
.Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Expected behavior
If
name
doesn't pass toavatarProps
, initial shouldn't be shown.Screenshots or Videos
No response
Operating System Version
macOS
Browser
Chrome
The text was updated successfully, but these errors were encountered: