Skip to content

use KARMA in /pre-deposits #3597

use KARMA in /pre-deposits

use KARMA in /pre-deposits #3597

Triggered via pull request February 21, 2026 00:56
@feliciofelicio
synchronize #1049
hub/r-tkarma
Status Success
Total duration 9m 37s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Build and Test: apps/hub/src/app/_components/vaults/modals/lock-vault-modal/lock-vault-form.tsx#L118
The 'calculateUnlockDate' function makes the dependencies of useMemo Hook (at line 141) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'calculateUnlockDate' in its own useCallback() Hook
Build and Test: apps/wallet/src/hooks/use-refetch-toast.tsx#L95
React Hook useEffect has a missing dependency: 'showLoadingAndSuccess'. Either include it or remove the dependency array
Build and Test: apps/connector/src/hooks/use-local-storage.tsx#L19
React Hook useEffect has missing dependencies: 'initialValue' and 'key'. Either include them or remove the dependency array. If 'setStoredValue' needs the current value of 'initialValue', you can also switch to useReducer instead of useState and read 'initialValue' in the reducer