[ENG-2879] feat: Batch sign PSBT in extension #1353
Annotations
10 warnings
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
|
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
|
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
|
src/app/components/confirmBtcTransactionComponent/index.tsx#L297
React Hook useEffect has a missing dependency: 'showFeeWarning'. Either include it or remove the dependency array
|
src/app/components/confirmBtcTransactionComponent/index.tsx#L350
React Hook useEffect has missing dependencies: 'recipients' and 't'. Either include them or remove the dependency array
|
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
|
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
|
src/app/components/confirmBtcTransactionComponent/inputOutputComponent.tsx#L192
Missing "key" prop for element in iterator
|
src/app/components/confirmBtcTransactionComponent/inputOutputComponent.tsx#L207
Missing "key" prop for element in iterator
|
src/app/components/confirmStxTransactionComponent/index.tsx#L177
React Hook useEffect has a missing dependency: 'showFeeWarning'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading