useWhoReactedToPublication is a paginated hook that lets you fetch profiles that reacted to a publication, together with the reactions.
useWhoReactedToPublication
Optional
The order by which to sort the profiles
const { data, loading, error } = useWhoReactedToPublication({ for: '0x123-0x456',}); Copy
const { data, loading, error } = useWhoReactedToPublication({ for: '0x123-0x456',});
useWhoReactedToPublication
is a paginated hook that lets you fetch profiles that reacted to a publication, together with the reactions.