Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
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).
