Adds Anvil-based deposit E2E tests #3683
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
|