Skip to content

Commit be836e2

Browse files
committed
fix: use signOutAll() instead
1 parent efaf777 commit be836e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/render/src/unstable-use-frame.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@ export function useFrame_unstable<
184184
onTransactionDataStart,
185185
onTransactionDataSuccess,
186186
onTransactionError,
187+
onTransactionStart,
188+
onTransactionSuccess,
187189
onTransactionProcessingError,
188190
onTransactionProcessingStart,
189191
onTransactionProcessingSuccess,
190-
onTransactionStart,
191-
onTransactionSuccess,
192192
}: UseFrameOptions<
193193
TExtraDataPending,
194194
TExtraDataDone,
@@ -233,11 +233,11 @@ export function useFrame_unstable<
233233
onTransactionDataStart,
234234
onTransactionDataSuccess,
235235
onTransactionError,
236+
onTransactionStart,
237+
onTransactionSuccess,
236238
onTransactionProcessingError,
237239
onTransactionProcessingStart,
238240
onTransactionProcessingSuccess,
239-
onTransactionStart,
240-
onTransactionSuccess,
241241
parseFarcasterManifest,
242242
});
243243

0 commit comments

Comments
 (0)