Feature: V3 split towards a V3 Only World #1064
Annotations
6 errors and 10 warnings
tsc:
components/Chat/Message/Message.tsx#L216
Type '{ message: MessageToDisplay; }' is not assignable to type 'IntrinsicAttributes & ChatGroupUpdatedMessageProps'.
|
tsc:
screens/Navigation/ConversationRequestsListNav.tsx#L144
Type '(ConversationContainer<(TextCodec | ReactionCodec | ReadReceiptCodec | GroupUpdatedCodec | ReplyCodec | RemoteAttachmentCodec | StaticAttachmentCodec | TransactionReferenceCodec | CoinbaseMessagingPaymentCodec)[]> | ConversationWithLastMessagePreview | { ...; })[]' is not assignable to type '(ConversationContainer<(TextCodec | ReactionCodec | ReadReceiptCodec | GroupUpdatedCodec | ReplyCodec | RemoteAttachmentCodec | StaticAttachmentCodec | TransactionReferenceCodec | CoinbaseMessagingPaymentCodec)[]> | ConversationWithLastMessagePreview)[]'.
|
tsc:
utils/xmtpRN/revoke.ts#L44
Argument of type 'Signer' 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'.
|
tsc:
utils/xmtpRN/signIn.ts#L45
Argument of type 'Signer' 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'.
|
tsc
Process completed with exit code 2.
|
test
Process completed with exit code 1.
|
lint:
App.tsx#L81
Unexpected any. Specify a different type
|
lint:
App.tsx#L84
Unexpected any. Specify a different type
|
lint:
App.tsx#L142
Prefer named exports
|
lint:
App.tsx#L160
Inline style: { flex: 1 }
|
lint:
app.config.ts#L6
Unexpected any. Specify a different type
|
lint:
app.config.ts#L10
Unexpected any. Specify a different type
|
lint:
app.config.ts#L17
Prefer named exports
|
lint:
assets/Encrypted.tsx#L4
Use a `type` instead of an `interface`
|
lint:
assets/Encrypted.tsx#L22
Prefer named exports
|
lint:
components/AccountSettingsButton.tsx#L41
Prefer named exports
|