Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui5-avatar-group): prevent console error when no items are present
Added a null-check in the `firstAvatarSize` getter to prevent a TypeError when the component is initialized without items. This ensures that the component behaves correctly and does not throw errors in the console when it is first loaded or when no items are present. Fixes #9581
- Loading branch information