Skip to content
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

bug: Chat Avatars flicker #98

Closed
alamorre opened this issue Dec 11, 2021 · 0 comments · Fixed by #107
Closed

bug: Chat Avatars flicker #98

alamorre opened this issue Dec 11, 2021 · 0 comments · Fixed by #107
Assignees
Labels
bug Something isn't working

Comments

@alamorre
Copy link
Contributor

Basically the old way we showed chat avatars, is we had three avatar components rendered on conditions and the styles were conditional too.

Now, we're mapping a function per the length and certain criteria. This makes the Avatars flicker whenever the chat gets updated because the components re-render/refresh. Basically we need to make it the old way where we render 3 Avatar components on the body, and their visibility / style is conditional - basically we need to remove mapping to remove the flicker.

@alamorre alamorre self-assigned this Dec 13, 2021
@alamorre alamorre added the bug Something isn't working label Dec 13, 2021
@alamorre alamorre linked a pull request Dec 14, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant