Upgrade developer dependencies #444
build.yml
on: pull_request
prettier
1m 5s
lint
1m 39s
test
1m 37s
typecheck
1m 3s
build
1m 24s
Annotations
3 errors and 10 warnings
typecheck
Argument of type '(peerAddress: string | string[]) => Promise<boolean[]>' is not assignable to parameter of type '{ (peerAddress: string, opts?: Partial<NetworkOptions> | undefined): Promise<boolean>; (peerAddress: string[], opts?: Partial<NetworkOptions> | undefined): Promise<...>; }'.
|
typecheck
@xmtp/react-sdk#typecheck: command (/home/runner/work/xmtp-web/xmtp-web/packages/react-sdk) /tmp/xfs-68aada62/yarn run typecheck exited (2)
|
typecheck
Process completed with exit code 2.
|
lint:
packages/react-sdk/src/contexts/XMTPContext.tsx#L24
Unexpected any. Specify a different type
|
lint:
packages/react-sdk/src/helpers/caching/db.ts#L31
Unexpected any. Specify a different type
|
lint:
packages/react-sdk/src/helpers/caching/db.ts#L48
Unexpected any. Specify a different type
|
lint:
packages/react-sdk/src/helpers/caching/messages.ts#L27
Unexpected any. Specify a different type
|
lint:
packages/react-sdk/src/helpers/caching/messages.ts#L49
Unexpected any. Specify a different type
|
lint:
packages/react-sdk/src/helpers/combineCodecs.ts#L22
Unexpected any. Specify a different type
|
lint:
packages/react-sdk/src/hooks/useMessage.ts#L88
Unexpected any. Specify a different type
|
lint:
packages/react-sdk/src/sharedTypes.ts#L15
Unexpected any. Specify a different type
|
lint:
examples/remix/app/root.tsx#L55
React Hook useMemo has a missing dependency: 'ENV.PROJECT_ID'. Either include it or remove the dependency array
|
lint:
apps/react/src/components/library/ConversationPreviewCard.tsx#L39
Unexpected any. Specify a different type
|