feat: expo 54 migration #24
Annotations
10 warnings
|
ESLint checks:
packages/app/src/game/store/game.state.ts#L51
Unsafe assertion from `any` detected: consider using type guards or a safer assertion
|
|
ESLint checks:
packages/app/src/game/hooks/use-keyboard-controls/use-keyboard-controls.hook.web.ts#L71
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
|
ESLint checks:
packages/app/src/game/context/game.context.tsx#L88
React Hook useEffect has a missing dependency: 'currentLanguage'. Either include it or remove the dependency array
|
|
ESLint checks:
packages/app/src/game/components/field-cell-candidates/field-cell-candidates.tsx#L25
Unsafe type assertion: type '1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9' is more narrow than the original type
|
|
ESLint checks:
packages/app/src/@generic/utils/i18n.util.ts#L27
Unsafe type assertion: type '"en" | "de" | "uk" | "es" | "fr"' is more narrow than the original type
|
|
ESLint checks:
packages/app/src/@generic/components/theme-button/theme-button.tsx#L18
Unsafe type assertion: type 'StyleProp<TextStyle>' is more narrow than the original type
|
|
ESLint checks:
packages/app/src/@generic/components/black-button/black-button.tsx#L40
Unsafe type assertion: type 'StyleProp<ViewStyle>' is more narrow than the original type
|
|
ESLint checks:
packages/generator/src/classes/dlx/dlx-solver.ts#L157
Unsafe type assertion: type 'DLXColumnNode' is more narrow than the original type
|
|
ESLint checks:
packages/generator/src/classes/dlx/dlx-solver.ts#L157
Unsafe type assertion: type 'DLXColumnNode' is more narrow than the original type
|
|
ESLint checks:
packages/generator/src/classes/dlx/dlx-solver.ts#L156
Unsafe type assertion: type 'DLXColumnNode' is more narrow than the original type
|
Loading