Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattMufson committed Nov 1, 2024
1 parent d22f30f commit 3e52483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export type ContextValues = {
switchChain: (chainId: number) => void;
setRootElement: (el: ReactNode) => void;
openLauncherAccountModal: (size?: "lg" | "xl" | "2xl" | "3xl") => void;
trackCustomEvent: (event: AnalyticsEvent) => Promise<string>;
trackCustomEvent: (event: AnalyticsEvent) => Promise<string | undefined>;
} & (
| {
isConnected: false;
Expand Down

0 comments on commit 3e52483

Please sign in to comment.