Fix suggestion modal wrong position #11017
lint-changed.yml
on: pull_request
Changed files ESLint check
47s
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
|