Overview
useRemoveReaction is a low-level hook that removes the authenticated user’s current reaction. For most use cases, use useReactionToggle instead.
Requires an authenticated user.
Usage Example
Parameters
"entity" | "comment"
required
The type of the reaction target.
string
required
The ID of the entity or comment.
Returns
Entity | Comment
The updated entity or comment with the reaction removed (
userReaction: null and decremented counts).
