Fetch profiles that the authenticated profile has blocked.
You MUST be authenticated via useLogin to use this hook.
Optional
const { data, loading, error } = useBlockedProfiles(); Copy
const { data, loading, error } = useBlockedProfiles();
Fetch profiles that the authenticated profile has blocked.
You MUST be authenticated via useLogin to use this hook.