merge-develop-to-public #1808
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test:
src/app/components/accountRow/index.tsx#L213
React Hook useEffect has missing dependencies: 'accountsList', 'ledgerAccountsList', and 'optionsDialogTranslation'. Either include them or remove the dependency array
|
Test:
src/app/components/accountRow/index.tsx#L298
Unexpected console statement
|
Test:
src/app/components/accountRow/index.tsx#L319
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#L123
Unexpected console statement
|
Test:
src/app/components/confirmBtcTransaction/index.tsx#L152
Unexpected console statement
|
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
|
Test:
src/app/components/confirmBtcTransactionComponent/index.tsx#L268
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
|
Loading