A helper to check if a certain type of reaction has been added to a publication.
const hasUpvoted = hasReacted({ publication, reaction: PublicationReactionType.Upvote,}); Copy
const hasUpvoted = hasReacted({ publication, reaction: PublicationReactionType.Upvote,});
A helper to check if a certain type of reaction has been added to a publication.