File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments