303 update to fit the ux #52
Annotations
11 errors and 2 warnings
Fail if Previous Steps Failed
Process completed with exit code 1.
|
Run Lint Check:
src/App.tsx#L59
Unsafe assignment of an error typed value
|
Run Lint Check:
src/App.tsx#L59
Unsafe any typed template tag
|
Run Lint Check:
src/App.tsx#L59
Unsafe member access .ul on an `error` typed value
|
Run Lint Check:
src/App.tsx#L69
Unsafe return of an `any` typed value
|
Run Lint Check:
src/App.tsx#L69
Unsafe member access .color on an `any` value
|
Run Lint Check:
src/App.tsx#L76
Unsafe assignment of an error typed value
|
Run Lint Check:
src/App.tsx#L76
Unsafe call of an `error` type typed value
|
Run Lint Check:
src/App.tsx#L76
Unsafe return of an `any` typed value
|
Run Lint Check:
src/App.tsx#L76
Unsafe member access .closeModal on an `any` value
|
Run Lint Check:
src/App.tsx#L77
Unsafe assignment of an error typed value
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Lint Check:
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
|
Loading