-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the background is filled with a skinColor square. #13
Comments
Are there any updates for this? I have the same issue. |
In my case there was a sidebar I was hiding on mobile using |
I also had the above issues. The problem is with id duplication. It can be fixed by updating the avatar component to use unique ids instead of the hardcoded ones. I have a fork where this is fixed. https://github.com/lek890/avataaars I also upgraded this package to react 16+ and used context api to implement the logic. This will solve this listener issue as well. If anyone wants to use it, its here |
@lek890 Great work, thank you! 😃 |
If the mobile side menu and the body display avatars at the same time, the background is filled with a skinColor square.
When Avatar disappears by folding items in the side menu, the square of body disappears.
This is what happens when they are on a different page.
The text was updated successfully, but these errors were encountered: