Skip to content

Fix suggestion modal wrong position #11017

Fix suggestion modal wrong position

Fix suggestion modal wrong position #11017

Triggered via pull request January 17, 2025 03:06
Status Failure
Total duration 55s
Artifacts

lint-changed.yml

on: pull_request
Changed files ESLint check
47s
Changed files ESLint check
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 3 warnings
Changed files ESLint check: src/components/AutoCompleteSuggestions/index.tsx#L10
Namespace imports from @libs are not allowed. Use named imports instead. Example: import { method } from "@libs/module"
Changed files ESLint check: src/components/withKeyboardState.tsx#L51
Expected newline after "worklet" directive
Changed files ESLint check: src/components/withKeyboardState.tsx#L55
Expected newline after "worklet" directive
Changed files ESLint check: src/components/withKeyboardState.tsx#L66
Expected property shorthand
Changed files ESLint check: src/libs/getKeyboardHeight/index.android.ts#L1
All imports in the declaration are only used as types. Use `import type`
Changed files ESLint check: src/libs/getKeyboardHeight/index.ts#L1
All imports in the declaration are only used as types. Use `import type`
Changed files ESLint check
Process completed with exit code 1.
Changed files ESLint check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Changed files ESLint check: src/components/AutoCompleteSuggestions/index.tsx#L140
React Hook useEffect has a missing dependency: 'isKeyboardAnimatingRef'. Either include it or remove the dependency array
Changed files ESLint check: src/components/withKeyboardState.tsx#L42
React Hook useEffect has a missing dependency: 'bottom'. Either include it or remove the dependency array