Replies: 1 comment
-
Thank you for reporting it @devgossips 👍🏻 , I'll covert this in an issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While researching I found a awkward result in Avatar component:
![image](https://user-images.githubusercontent.com/70798495/153444523-ef7c7b63-b785-4fa2-8cc5-d26ccbf81969.png)
![image](https://user-images.githubusercontent.com/70798495/153444948-8000c3e8-75f8-4ed4-84ae-df966e5dbbfe.png)
<Avatar src="" css={{ size: "$20" }} />
Please avoid the background color!
But according the documentation it should show :
<Image src="/avatars/avatar-4.png"/>
what ever is the value of src it is showing a blank white placeholder !!Please check is this really a bug or I made a mistake in code !
Beta Was this translation helpful? Give feedback.
All reactions