Skip to content

use KARMA in /pre-deposits (#1049) #394

use KARMA in /pre-deposits (#1049)

use KARMA in /pre-deposits (#1049) #394

Triggered via push February 21, 2026 00:59
Status Success
Total duration 17m 47s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
ci / 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
ci / 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
ci / 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