[ENG-3199] feat: Make UI for RBF in web-extension #1354
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build.yml
on: pull_request
build
1m 5s
comment-on-pr
0s
Annotations
4 errors and 10 warnings
build:
src/app/hooks/queries/ordinals/useAddressRareSats.ts#L61
Argument of type 'UtxoBundleResponse' is not assignable to parameter of type 'ApiBundle'.
|
build:
src/app/hooks/useDetectOrdinalInSignPsbt.ts#L22
Argument of type 'UtxoBundleResponse' is not assignable to parameter of type 'ApiBundle'.
|
build:
src/app/screens/nftDashboard/collectiblesTabs.tsx#L236
Argument of type '(utxo: ApiBundle) => Bundle' is not assignable to parameter of type '(value: UtxoOrdinalBundle, index: number, array: UtxoOrdinalBundle[]) => Bundle'.
|
build
Process completed with exit code 2.
|
build:
src/app/components/confirmBtcTransactionComponent/index.tsx#L259
React Hook useEffect has a missing dependency: 'setCurrentFee'. Either include it or remove the dependency array. If 'setCurrentFee' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
build:
src/app/components/confirmBtcTransactionComponent/index.tsx#L267
React Hook useEffect has a missing dependency: 'setCurrentFee'. Either include it or remove the dependency array. If 'setCurrentFee' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
build:
src/app/components/confirmBtcTransactionComponent/index.tsx#L286
React Hook useEffect has a missing dependency: 'setCurrentFee'. Either include it or remove the dependency array. If 'setCurrentFee' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
build:
src/app/components/confirmBtcTransactionComponent/index.tsx#L297
React Hook useEffect has a missing dependency: 'showFeeWarning'. Either include it or remove the dependency array
|
build:
src/app/components/confirmBtcTransactionComponent/index.tsx#L350
React Hook useEffect has missing dependencies: 'recipients' and 't'. Either include them or remove the dependency array
|
build:
src/app/components/confirmBtcTransactionComponent/index.tsx#L361
React Hook useEffect has missing dependencies: 'recipients', 't', and 'txError'. Either include them or remove the dependency array
|
build:
src/app/components/confirmBtcTransactionComponent/index.tsx#L372
React Hook useEffect has missing dependencies: 'recipients', 't', and 'txError'. Either include them or remove the dependency array
|
build:
src/app/components/confirmBtcTransactionComponent/inputOutputComponent.tsx#L192
Missing "key" prop for element in iterator
|
build:
src/app/components/confirmBtcTransactionComponent/inputOutputComponent.tsx#L207
Missing "key" prop for element in iterator
|
build:
src/app/components/confirmStxTransactionComponent/index.tsx#L177
React Hook useEffect has a missing dependency: 'showFeeWarning'. Either include it or remove the dependency array
|