Account => Inbox ID Gigantic Refactor #1440
Annotations
22 errors and 14 warnings
test
Process completed with exit code 1.
|
lint:
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"
|
lint:
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
|
lint:
components/V3GroupConversationListItem.tsx#L149
React Hook useCallback has a missing dependency: 'currentInboxId'. Either include it or remove the dependency array
|
lint:
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
|
lint:
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
|
lint:
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
|
lint:
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
|
lint:
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
|
lint:
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
|
lint:
containers/GroupScreenImage.tsx#L57
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
|
tsc:
components/Onboarding/ConnectViaWallet/useConnectViaWalletInitXmtpClient.tsx#L111
Argument of type '{ address: string; }' is not assignable to parameter of type 'IConnectWithAddressKeyArgs'.
|
tsc:
components/Onboarding/ConnectViaWallet/useInitConnectViaWalletState.ts#L85
Argument of type 'string' is not assignable to parameter of type '{ address: string; cryptocurrency: "ETH"; }'.
|
tsc:
components/Onboarding/init-xmtp-client.ts#L41
Argument of type '{ isEphemeral?: boolean | undefined; pkPath?: string | undefined; address: string; }' is not assignable to parameter of type 'IConnectWithAddressKeyArgs'.
|
tsc:
components/Onboarding/init-xmtp-client.ts#L46
Expected 1 arguments, but got 4.
|
tsc:
components/PinnedConversations/PinnedV3GroupConversation.tsx#L6
Module '"@data/store/accountsStore"' has no exported member 'useCurrentAccount'.
|
tsc:
components/PinnedConversations/PinnedV3GroupConversation.tsx#L16
Cannot find module '@/features/conversation-list/hooks/useToggleReadStatusForCurrentUser' or its corresponding type declarations.
|
tsc:
components/PinnedConversations/PinnedV3GroupConversation.tsx#L35
Cannot find name 'useCurrentInboxId'.
|
tsc:
components/PinnedConversations/PinnedV3GroupConversation.tsx#L40
Cannot find name 'currentAccount'.
|
tsc:
components/PinnedConversations/PinnedV3GroupConversation.tsx#L41
Expected 0-1 arguments, but got 2.
|
tsc:
components/PinnedConversations/PinnedV3GroupConversation.tsx#L61
No value exists in scope for the shorthand property 'currentAccount'. Either declare one or provide an initializer.
|
performance-test
Process completed with exit code 1.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
App.tsx#L80
Unexpected any. Specify a different type
|
lint:
App.tsx#L83
Unexpected any. Specify a different type
|
lint:
App.tsx#L127
Prefer named exports
|
lint:
App.tsx#L145
Inline style: { flex: 1 }
|
lint:
__mocks__/@sentry/react-native.ts#L17
Prefer named exports
|
lint:
app.config.ts#L8
Unexpected any. Specify a different type
|
lint:
app.config.ts#L12
Unexpected any. Specify a different type
|
lint:
app.config.ts#L39
Prefer named exports
|
lint:
assets/Encrypted.tsx#L22
Prefer named exports
|
lint:
components/AccountSettingsButton.tsx#L39
Prefer named exports
|
tsc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
performance-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|