Update settings screen and its sub-items - #118
Merged
Merged
Annotations
2 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run lint:
screen/wallets/ImportWallet.tsx#L232
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “ImportWallet” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
background
wait
wait-all
cancel
parallel
Loading