Skip to content

303 update to fit the ux #52

303 update to fit the ux

303 update to fit the ux #52

Re-run triggered December 16, 2024 20:39
Status Failure
Total duration 1m 45s
Artifacts

checkCodeQality.yml

on: pull_request
lint-and-format
1m 31s
lint-and-format
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
lint-and-format
Process completed with exit code 1.
lint-and-format: src/App.tsx#L59
Unsafe assignment of an error typed value
lint-and-format: src/App.tsx#L59
Unsafe any typed template tag
lint-and-format: src/App.tsx#L59
Unsafe member access .ul on an `error` typed value
lint-and-format: src/App.tsx#L69
Unsafe return of an `any` typed value
lint-and-format: src/App.tsx#L69
Unsafe member access .color on an `any` value
lint-and-format: src/App.tsx#L76
Unsafe assignment of an error typed value
lint-and-format: src/App.tsx#L76
Unsafe call of an `error` type typed value
lint-and-format: src/App.tsx#L76
Unsafe return of an `any` typed value
lint-and-format: src/App.tsx#L76
Unsafe member access .closeModal on an `any` value
lint-and-format: src/App.tsx#L77
Unsafe assignment of an error typed value
lint-and-format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint-and-format: src/components/molecules/SwipeUpModal/SwipeUpModal.tsx#L43
The 'openModal' function makes the dependencies of useEffect Hook (at line 84) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'openModal' in its own useCallback() Hook