chore: merge desired upstream changes #2
Annotations
9 errors
Check types:
src/component-library/components/ConversationList/ConversationList.tsx#L41
Type '{ key: number; isLoading: true; activeTab: ActiveTab; }' is missing the following properties from type 'MessagePreviewCardProps': address, setActiveTab, allow
|
Check types:
src/component-library/components/HeaderDropdown/HeaderDropdown.stories.tsx#L1
Cannot find module '@storybook/react' or its corresponding type declarations.
|
Check types:
src/component-library/components/HeaderDropdown/HeaderDropdown.stories.tsx#L16
Parameter 'args' implicitly has an 'any' type.
|
Check types:
src/controllers/AddressInputController.tsx#L111
Type 'RecipientAddress' is not assignable to type 'string'.
|
Check types:
src/controllers/AddressInputController.tsx#L115
Type 'RecipientAddress' is not assignable to type 'string'.
|
Check types:
src/controllers/HeaderDropdownController.tsx#L16
Type '{ dropdownOptions: ConsentState[]; recipientInput: string; onClick: () => void; isMobileView: boolean; }' is not assignable to type 'IntrinsicAttributes & HeaderDropdownProps'.
|
Check types:
src/helpers/demoConnector.ts#L1
Module '"wagmi"' has no exported member 'createConnector'.
|
Check types:
src/hooks/useInitXmtpClient.ts#L222
Argument of type '{ account: Account; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; chain: Chain; ... 23 more ...; extend: <const client extends { ...; } & Partial<...>>(fn: (client: Client<...>) => client) => Client<...>; }' is not assignable to parameter of type 'Signer | { account: Account | undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; ... 25 more ...; extend: <const client extends { ...; } & Partial<...>>(fn: (client: Client<...>) => client) => Client<...>; } | null'.
|
Check types
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading