We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a83c02 commit ca1bff2Copy full SHA for ca1bff2
packages/thirdweb/src/react/core/social/useSocialProfiles.ts
@@ -10,7 +10,7 @@ import { getSocialProfiles } from "../../../social/profiles.js";
10
* @returns A React Query result containing the social profiles.
11
*
12
* @example
13
- * ```
+ * ```ts
14
* import { useSocialProfiles } from "thirdweb/react";
15
* const { data: profiles } = useSocialProfiles({
16
* client,
0 commit comments