-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[Avatar] Fix flashing when image is already cached #3437
Comments
+, even with Image from next as Avatar or User props... |
@wingkwong I am working on it. |
@abhinandan-verma hi very sorry I have already worked on this since it's similar to my MR in radix. I didn't see your comment here when I worked on it. I have put up an MR here if you want to review: #3444. Let me know if it's acceptable or you can close it if you already has something else. Thanks |
@rkkautsar Thanks for your MR. I was working on it, but Your MR seems more effective. |
is there any temporary fix until the PR is merged? I am facing the same issue with |
@abhinandan-verma Has this made it into 2.4.6 by any chance? |
Still bug in 2.4.5 and 2.4.6 |
Should we just go ahead and use Radix for this component? Any ETA? |
It's October so I just published a fix while we wait https://github.com/daveyplate/nextui-fixed-avatar
|
Wow nice aha |
NextUI Version
2.4.2
Describe the bug
Avatars flicker and animate when they should be rendered instantly when cached, Radix shows a fix here ->
radix-ui/primitives#3008
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Using Avatar should render immediately if the image is cached with no loading animation or flickerAvatars flicker and animate when they should be rendered instantly when cached, Radix shows a fix here ->
radix-ui/primitives#3008
Expected behavior
Using Avatar should render immediately if the image is cached with no loading animation or flickerAvatars flicker and animate when they should be rendered instantly when cached, Radix shows a fix here ->
radix-ui/primitives#3008
Screenshots or Videos
No response
Operating System Version
macOS
Browser
Chrome
The text was updated successfully, but these errors were encountered: