Skip to content

fix: fix issues with invalid data on the deploy details page #1985

fix: fix issues with invalid data on the deploy details page

fix: fix issues with invalid data on the deploy details page #1985

Triggered via pull request September 11, 2024 08:25
Status Success
Total duration 3m 24s
Artifacts

ci-check.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (18.x): src/apps/signature-request/router/index.ts#L2
Dependency cycle via @libs/layout:1=>./layout-tab:5=>@libs/ui/components:4=>./account-list/account-list:37=>@background/create-open-window:11
build (18.x): src/apps/signature-request/router/types.ts#L1
Dependency cycle via ./layout-tab:5=>@libs/ui/components:4=>./account-list/account-list:37=>@background/create-open-window:11=>@signature-request/router:3
build (18.x): src/apps/signature-request/router/use-typed-location.ts#L3
Dependency cycle via @libs/layout:1=>./layout-tab:5=>@libs/ui/components:4=>./account-list/account-list:37=>@background/create-open-window:11=>@signature-request/router:3
build (18.x): src/apps/signature-request/router/use-typed-navigate.ts#L3
Dependency cycle via @libs/layout:1=>./layout-tab:5=>@libs/ui/components:4=>./account-list/account-list:37=>@background/create-open-window:11=>@signature-request/router:3
build (18.x): src/background/create-open-window.ts#L3
Dependency cycle via ./types:2=>@libs/layout:1=>./layout-tab:5=>@libs/ui/components:4=>./account-list/account-list:37
build (18.x): src/background/redux/account-info/actions.ts#L3
Dependency cycle via @libs/services/balance-service:6=>./balance-service:1=>@background/redux/utils:3=>./redux-action:7
build (18.x): src/background/redux/account-info/types.ts#L6
Dependency cycle via ./balance-service:1=>@background/redux/utils:3=>./redux-action:7=>./account-info/actions:4
build (18.x): src/background/redux/redux-action.ts#L4
Dependency cycle via @background/redux/account-info/types:7=>@libs/services/balance-service:6=>./balance-service:1=>@background/redux/utils:3
build (18.x): src/background/redux/utils.ts#L7
Dependency cycle via ./account-info/actions:4=>@background/redux/account-info/types:7=>@libs/services/balance-service:6=>./balance-service:1
build (18.x): src/hooks/use-ledger.ts#L82
The 'makeSubmitLedgerAction' function makes the dependencies of useEffect Hook (at line 170) change on every render. To fix this, wrap the definition of 'makeSubmitLedgerAction' in its own useCallback() Hook