-
Notifications
You must be signed in to change notification settings - Fork 987
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
user avatar broken in preview-list #17055
Comments
The props for the user avatar component need to be updated. |
@smohamedjavid Has the user-avatar component changed to match figma API? Also, the uses should have been updated in the same issue where the API changed (or a direct follow-up). |
Apologies @ulisesmac, I was reading the issue in the context of the Preview-list component. You are right. The user avatar component is yet to be updated to match Figma APIs. The user avatar component broken is NOT due to the preview-list component. The recent changes #16193 on User Avatar have refactored the I have added another check in user-avatar to bring back support to render the mock images for testing purposes 👍 |
Thank you so much! :) |
Closing the issue as it's fixed in PR: #17051 |
Bug Report
Problem
With the recent changes to the
user-avatar
component (quo2.components.avatars.user-avatar.view), the preview-list component is broken.Expected behavior
Correctly display the avatars.
Actual behavior
Nothing but the counter is displayed
Reproduction
Additional Information
This issue has been rised because the PR for
context-tags
relies on the user-avatar component for some variants, after rebasing on the latest changes of user-avatar, the component layout have changed and is no longer displayed.Probably the causing PR is
The text was updated successfully, but these errors were encountered: