build: new architecture, fix sentry (again), ios build cache, fix husky #894
Annotations
10 warnings
Code linting: lint:
lib/ui/components/Callout.tsx#L27
Color literal: { backgroundColor: 'white', shadowColor: 'black' }
|
Code linting: lint:
lib/ui/components/Callout.tsx#L43
Color literal: { backgroundColor: 'white' }
|
Code linting: lint:
lib/ui/components/ModalContent.tsx#L33
React Hook useCallback has a missing dependency: 'setScrollOffset'. Either include it or remove the dependency array. If 'setScrollOffset' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Code linting: lint:
lib/ui/components/PillButton.tsx#L69
Color literal: { color: 'white' }
|
Code linting: lint:
lib/ui/components/RefreshControl.tsx#L57
React Hook useEffect has missing dependencies: 'previousRefreshing' and 't'. Either include them or remove the dependency array
|
Code linting: lint:
lib/ui/components/Snackbar.tsx#L42
'isError' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Code linting: lint:
lib/ui/components/Snackbar.tsx#L67
React Hook useEffect has a missing dependency: 'text'. Either include it or remove the dependency array
|
Code linting: lint:
lib/ui/components/Stack.tsx#L78
'key' is defined but never used. Allowed unused vars must match /^_/u
|
Code linting: lint:
lib/ui/components/calendar/Calendar.tsx#L113
'bodyContainerStyle' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Code linting: lint:
lib/ui/components/calendar/Calendar.tsx#L128
'moreLabel' is assigned a value but never used. Allowed unused vars must match /^_/u
|