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
The type of the reaction target.
The ID of the entity or comment.
Returns
The updated entity or comment with the reaction removed (
userReaction: null and decremented counts).
