chore: merge desired upstream changes #3
Annotations
22 errors and 9 warnings
build
Process completed with exit code 1.
|
format
Process completed with exit code 1.
|
test
Process completed with exit code 1.
|
typecheck:
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
|
typecheck:
src/component-library/components/HeaderDropdown/HeaderDropdown.stories.tsx#L1
Cannot find module '@storybook/react' or its corresponding type declarations.
|
typecheck:
src/component-library/components/HeaderDropdown/HeaderDropdown.stories.tsx#L16
Parameter 'args' implicitly has an 'any' type.
|
typecheck:
src/controllers/AddressInputController.tsx#L111
Type 'RecipientAddress' is not assignable to type 'string'.
|
typecheck:
src/controllers/AddressInputController.tsx#L115
Type 'RecipientAddress' is not assignable to type 'string'.
|
typecheck:
src/controllers/HeaderDropdownController.tsx#L16
Type '{ dropdownOptions: ConsentState[]; recipientInput: string; onClick: () => void; isMobileView: boolean; }' is not assignable to type 'IntrinsicAttributes & HeaderDropdownProps'.
|
typecheck:
src/helpers/demoConnector.ts#L1
Module '"wagmi"' has no exported member 'createConnector'.
|
typecheck:
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'.
|
typecheck
Process completed with exit code 2.
|
lint:
src/component-library/components/HeaderDropdown/HeaderDropdown.stories.tsx#L20
Unsafe assignment of an `any` value
|
lint:
src/component-library/components/HeaderDropdown/HeaderDropdown.stories.tsx#L20
Unsafe call of an `any` typed value
|
lint:
src/component-library/components/HeaderDropdown/HeaderDropdown.stories.tsx#L20
Unsafe member access .bind on an `any` value
|
lint:
src/component-library/components/HeaderDropdown/HeaderDropdown.stories.tsx#L21
Unsafe member access .args on an `any` value
|
lint:
src/component-library/components/HeaderDropdown/HeaderDropdown.stories.tsx#L25
Unsafe assignment of an `any` value
|
lint:
src/component-library/components/HeaderDropdown/HeaderDropdown.stories.tsx#L25
Unsafe call of an `any` typed value
|
lint:
src/component-library/components/HeaderDropdown/HeaderDropdown.stories.tsx#L25
Unsafe member access .bind on an `any` value
|
lint:
src/component-library/components/HeaderDropdown/HeaderDropdown.stories.tsx#L26
Unsafe member access .args on an `any` value
|
lint:
src/component-library/components/HeaderDropdown/HeaderDropdown.tsx#L57
This assertion is unnecessary since it does not change the type of the expression
|
lint:
src/helpers/demoConnector.ts#L6
Unsafe assignment of an `any` value
|
lint:
src/component-library/components/ConversationList/ConversationList.tsx#L41
Do not use Array index in keys
|
lint:
src/component-library/components/ScreenEffects/RainEffect.tsx#L44
Do not use Array index in keys
|
lint:
src/component-library/components/ScreenEffects/SnowEffect.tsx#L43
Do not use Array index in keys
|
lint:
src/global.d.ts#L2
Unexpected any. Specify a different type
|
lint:
src/global.d.ts#L7
Unexpected any. Specify a different type
|
lint:
src/global.d.ts#L12
Unexpected any. Specify a different type
|
lint:
src/helpers/attachments.ts#L72
iterators/generators require regenerator-runtime, which is too heavyweight for this guide to allow them. Separately, loops should be avoided in favor of array iterations
|
lint:
src/helpers/functions.ts#L15
Unexpected any. Specify a different type
|
lint:
src/helpers/functions.ts#L15
Unexpected any. Specify a different type
|