Push on main #259
codeql
on: dynamic
Matrix: analyze
Annotations
12 warnings and 1 notice
ESLint:
app/locations/share.tsx#L47
ESLint: React Hook React.useCallback has missing dependencies: 'checkStatus' and 'fetchShared'. Either include them or remove the dependency array. (react-hooks/exhaustive-deps)
|
ESLint:
app/chat/list/index.tsx#L117
ESLint: React Hook useCallback has a missing dependency: 'fetchInitialData'. Either include it or remove the dependency array. (react-hooks/exhaustive-deps)
|
ESLint:
app/chat/[conversationId]/index.tsx#L208
ESLint: React Hook useCallback has a missing dependency: 'fetchConversation'. Either include it or remove the dependency array. (react-hooks/exhaustive-deps)
|
ESLint:
app/gallery/(stacks)/[galleryId]/edit/index.tsx#L152
ESLint: React Hook useCallback has a missing dependency: 'fetchGallery'. Either include it or remove the dependency array. (react-hooks/exhaustive-deps)
|
ESLint:
components/blocks/events/EventsList.tsx#L79
ESLint: React Hook useEffect has a missing dependency: 'showLoadingModal'. Either include it or remove the dependency array. (react-hooks/exhaustive-deps)
|
ESLint:
components/blocks/events/EventsList.tsx#L74
ESLint: React Hook useCallback has a missing dependency: 'onRefresh'. Either include it or remove the dependency array. (react-hooks/exhaustive-deps)
|
ESLint:
app/events/(tabs)/[eventId]/index.tsx#L94
ESLint: React Hook React.useCallback has missing dependencies: 'fetchEvents' and 'showAlertModal'. Either include them or remove the dependency array. (react-hooks/exhaustive-deps)
|
ESLint:
app/chat/list/index.tsx#L123
ESLint: React Hook useCallback has a missing dependency: 'onRefresh'. Either include it or remove the dependency array. (react-hooks/exhaustive-deps)
|
ESLint:
app/gallery/(stacks)/index.tsx#L135
ESLint: 'loadMore' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
|
ESLint:
app/chat/[conversationId]/index.tsx#L183
ESLint: React Hook useEffect has a missing dependency: 'fetchConversation'. Either include it or remove the dependency array. (react-hooks/exhaustive-deps)
|
ESLint:
components/contexts/SharingContext.tsx#L48
ESLint: React Hook useEffect has a missing dependency: 'checkStatus'. Either include it or remove the dependency array. (react-hooks/exhaustive-deps)
|
Unused local symbol:
app/gallery/(stacks)/index.tsx#L135
Unused constant loadMore
|
Signature mismatch:
metro.config.js#L8
Argument type { input: string } is not assignable to parameter type WithNativeWindOptions
|