File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -184,11 +184,11 @@ export function useFrame_unstable<
184
184
onTransactionDataStart,
185
185
onTransactionDataSuccess,
186
186
onTransactionError,
187
+ onTransactionStart,
188
+ onTransactionSuccess,
187
189
onTransactionProcessingError,
188
190
onTransactionProcessingStart,
189
191
onTransactionProcessingSuccess,
190
- onTransactionStart,
191
- onTransactionSuccess,
192
192
} : UseFrameOptions <
193
193
TExtraDataPending ,
194
194
TExtraDataDone ,
@@ -233,11 +233,11 @@ export function useFrame_unstable<
233
233
onTransactionDataStart,
234
234
onTransactionDataSuccess,
235
235
onTransactionError,
236
+ onTransactionStart,
237
+ onTransactionSuccess,
236
238
onTransactionProcessingError,
237
239
onTransactionProcessingStart,
238
240
onTransactionProcessingSuccess,
239
- onTransactionStart,
240
- onTransactionSuccess,
241
241
parseFarcasterManifest,
242
242
} ) ;
243
243
You can’t perform that action at this time.
0 commit comments