This repository was archived by the owner on Jul 11, 2025. It is now read-only.
Account => Inbox ID Gigantic Refactor #1437
Annotations
10 errors and 11 warnings
components/Onboarding/ConnectViaWallet/ConnectViaWalletTableViewItems.tsx#L186
React Hook "useInboxIdsList" is called in function "action" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
components/StateHandlers/HydrationStateHandler.tsx#L15
React Hook "useInboxIdsList" is called in function "hydrate" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
components/V3DMListItem.tsx#L170
React Hook useCallback has an unnecessary dependency: 'currentAccount'. Either exclude it or remove the dependency array. Outer scope values like 'currentAccount' aren't valid dependencies because mutating them doesn't re-render the component
|
components/V3GroupConversationListItem.tsx#L149
React Hook useCallback has a missing dependency: 'currentInboxId'. Either include it or remove the dependency array
|
components/XmtpEngine.tsx#L102
React Hook "useInboxIdsList" cannot be called in a class component. React Hooks must be called in a React function component or a custom React Hook function
|
components/XmtpEngine.tsx#L107
React Hook "useInboxIdsList" cannot be called in a class component. React Hooks must be called in a React function component or a custom React Hook function
|
components/XmtpEngine.tsx#L114
React Hook "useInboxIdsList" cannot be called in a class component. React Hooks must be called in a React function component or a custom React Hook function
|
containers/GroupPendingRequestsTable.tsx#L101
React Hook useMemo has an unnecessary dependency: 'currentAccount'. Either exclude it or remove the dependency array. Outer scope values like 'currentAccount' aren't valid dependencies because mutating them doesn't re-render the component
|
containers/GroupScreenDescription.tsx#L41
React Hook useMemo has an unnecessary dependency: 'currentAccount'. Either exclude it or remove the dependency array. Outer scope values like 'currentAccount' aren't valid dependencies because mutating them doesn't re-render the component
|
containers/GroupScreenImage.tsx#L38
React Hook useMemo has an unnecessary dependency: 'currentAccount'. Either exclude it or remove the dependency array. Outer scope values like 'currentAccount' aren't valid dependencies because mutating them doesn't re-render the component
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
App.tsx#L80
Unexpected any. Specify a different type
|
App.tsx#L83
Unexpected any. Specify a different type
|
App.tsx#L127
Prefer named exports
|
App.tsx#L145
Inline style: { flex: 1 }
|
__mocks__/@sentry/react-native.ts#L17
Prefer named exports
|
app.config.ts#L8
Unexpected any. Specify a different type
|
app.config.ts#L12
Unexpected any. Specify a different type
|
app.config.ts#L39
Prefer named exports
|
assets/Encrypted.tsx#L22
Prefer named exports
|
components/AccountSettingsButton.tsx#L39
Prefer named exports
|
The logs for this run have expired and are no longer available.
Loading