Upgrade dexie, remove DB versioning #448
build.yml
on: pull_request
prettier
54s
lint
1m 32s
test
1m 20s
typecheck
1m 22s
build
1m 12s
Annotations
2 errors and 10 warnings
test
@xmtp/react-sdk#test: command (/home/runner/work/xmtp-web/xmtp-web/packages/react-sdk) /tmp/xfs-08e45e47/yarn run test exited (1)
|
test
Process completed with exit code 1.
|
lint:
packages/react-sdk/src/contexts/XMTPContext.tsx#L24
Unexpected any. Specify a different type
|
lint:
packages/react-sdk/src/helpers/caching/db.ts#L34
Unexpected any. Specify a different type
|
lint:
packages/react-sdk/src/helpers/caching/db.ts#L51
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#L47
Unexpected any. Specify a different type
|
lint:
packages/react-sdk/src/helpers/caching/messages.ts#L54
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#L91
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
|