Profile preview of a user who recently participated in a feature request discussion.
const commenter: RecentCommenter = { authorName: 'Sarah Connor', avatarUrl: 'https://images.example.com/avatar.jpg',}; Copy
const commenter: RecentCommenter = { authorName: 'Sarah Connor', avatarUrl: 'https://images.example.com/avatar.jpg',};
Optional
Display name of the commenter.
Direct URL to commenter's avatar image.
Clerk user ID of the commenter if authenticated.
Profile preview of a user who recently participated in a feature request discussion.
Example