Merge branch 'LNReader:master' into master #166
Annotations
10 warnings
|
ESLint:
src/screens/browse/components/PluginListItem.tsx#L153
React Hook useCallback has a missing dependency: 'handleWebviewPress'. Either include it or remove the dependency array
|
|
ESLint:
src/screens/browse/components/PluginListItem.tsx#L41
React Hook useMemo has a missing dependency: 'theme.primary'. Either include it or remove the dependency array
|
|
ESLint:
src/screens/GlobalSearchScreen/components/GlobalSearchResultsList.tsx#L166
React Hook useMemo has a missing dependency: 'imageRequestInit'. Either include it or remove the dependency array
|
|
ESLint:
src/screens/Categories/components/CategoryCard.tsx#L100
Inline style: { opacity: 'category.id === 2 ? 0.4 : 1' }
|
|
ESLint:
src/screens/Categories/components/CategoryCard.tsx#L90
Inline style: { opacity: 'category.id === 2 ? 0.4 : 1' }
|
|
ESLint:
src/screens/Categories/components/CategoryCard.tsx#L80
Inline style: { paddingHorizontal: 8 }
|
|
ESLint:
src/screens/Categories/components/CategoryCard.tsx#L45
Inline style: { opacity: 'isActive ? 0.8 : 1', elevation: 'isActive ? 8 : 2' }
|
|
ESLint:
src/screens/BrowseSourceScreen/components/FilterBottomSheet.tsx#L355
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “FilterBottomSheet” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
|
ESLint:
src/navigators/BottomNavigator.tsx#L73
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “BottomNavigator” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
|
ESLint:
src/hooks/common/useGithubUpdateChecker.ts#L72
React Hook useEffect has a missing dependency: 'checkForRelease'. Either include it or remove the dependency array
|