- Previously the 'avatarType' in MessageAvatar component accepted specific string values ('user', 'bot', or 'system'). - Updated it to accept any string to avoid TypeScript error when assigning a string that doesn't match the specific values.