Skip to content

release: v0.29.2 to develop #310

release: v0.29.2 to develop

release: v0.29.2 to develop #310

Triggered via pull request February 13, 2024 16:23
Status Success
Total duration 1m 28s
Artifacts

build-rc.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: src/app/components/accountRow/index.tsx#L296
Unexpected console statement
test: src/app/components/accountRow/lazyAccountRow.tsx#L27
React Hook useEffect has missing dependencies: 'account' and 'fetchBalance'. Either include them or remove the dependency array
test: src/app/components/confirmBtcTransaction/index.tsx#L112
Unexpected console statement
test: src/app/components/confirmBtcTransaction/index.tsx#L133
Unexpected console statement
test: src/app/components/confirmBtcTransaction/transactionSummary.tsx#L49
'isSubmitting' is defined but never used. Allowed unused args must match /^_/u
test: src/app/components/confirmBtcTransaction/transactionSummary.tsx#L50
'getFeeForFeeRate' is defined but never used. Allowed unused args must match /^_/u
test: src/app/components/confirmBtcTransaction/transactionSummary.tsx#L51
'onFeeRateSet' is defined but never used. Allowed unused args must match /^_/u
test: src/app/components/confirmBtcTransactionComponent/bundleItem.tsx#L75
Missing "key" prop for element in iterator
test: src/app/components/confirmBtcTransactionComponent/index.tsx#L241
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
test: src/app/components/confirmBtcTransactionComponent/index.tsx#L249
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