Skip to content

Commit

Permalink
fix: use signOutAll() instead
Browse files Browse the repository at this point in the history
  • Loading branch information
normanzb committed Jan 24, 2025
1 parent efaf777 commit be836e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/render/src/unstable-use-frame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,11 @@ export function useFrame_unstable<
onTransactionDataStart,
onTransactionDataSuccess,
onTransactionError,
onTransactionStart,
onTransactionSuccess,
onTransactionProcessingError,
onTransactionProcessingStart,
onTransactionProcessingSuccess,
onTransactionStart,
onTransactionSuccess,
}: UseFrameOptions<
TExtraDataPending,
TExtraDataDone,
Expand Down Expand Up @@ -233,11 +233,11 @@ export function useFrame_unstable<
onTransactionDataStart,
onTransactionDataSuccess,
onTransactionError,
onTransactionStart,
onTransactionSuccess,
onTransactionProcessingError,
onTransactionProcessingStart,
onTransactionProcessingSuccess,
onTransactionStart,
onTransactionSuccess,
parseFarcasterManifest,
});

Expand Down

0 comments on commit be836e2

Please sign in to comment.