Skip to content

adding some types, and do some refactor #693

adding some types, and do some refactor

adding some types, and do some refactor #693

Triggered via pull request November 8, 2024 12:39
Status Failure
Total duration 9m 47s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
ESLint check: src/components/Modal/ReactNativeModal/panHandlers.ts#L4
'ModalProps' is defined but never used
ESLint check
Process completed with exit code 1.
ESLint check: src/components/Modal/BaseModal.tsx#L65
Prefer using `shouldUseNarrowLayout` instead of `isSmallScreenWidth` from `useResponsiveLayout`
ESLint check: src/components/Modal/ReactNativeModal/Container.tsx#L33
React Hook useEffect has a missing dependency: 'translateY'. Either include it or remove the dependency array
ESLint check: src/components/Modal/ReactNativeModal/Modal.tsx#L196
React Hook useEffect has missing dependencies: 'close', 'isTransitioning', and 'open'. Either include them or remove the dependency array