refactor: async room get #1734
dev.yml
on: pull_request
audit
24s
format-check
22s
lint
34s
test-typescript
24s
test
1m 6s
build
27s
demo-app
1m 0s
Annotations
23 errors and 14 warnings
test-typescript:
test/core/messages.integration.test.ts#L1
Property 'attach' does not exist on type 'Promise<Room>'.
|
test-typescript:
test/core/messages.integration.test.ts#L1
Property 'messages' does not exist on type 'Promise<Room>'.
|
test-typescript:
test/core/messages.integration.test.ts#L1
Parameter 'messageEvent' implicitly has an 'any' type.
|
test-typescript:
test/core/messages.integration.test.ts#L1
Property 'messages' does not exist on type 'Promise<Room>'.
|
test-typescript:
test/core/messages.integration.test.ts#L1
Property 'messages' does not exist on type 'Promise<Room>'.
|
test-typescript:
test/core/messages.integration.test.ts#L1
Property 'messages' does not exist on type 'Promise<Room>'.
|
test-typescript:
test/core/messages.integration.test.ts#L1
Property 'messages' does not exist on type 'Promise<Room>'.
|
test-typescript:
test/core/messages.integration.test.ts#L1
Property 'messages' does not exist on type 'Promise<Room>'.
|
test-typescript:
test/react/hooks/use-messages.integration.test.tsx#L1
Property 'attach' does not exist on type 'Promise<Room>'.
|
test-typescript:
test/react/hooks/use-messages.integration.test.tsx#L1
Property 'messages' does not exist on type 'Promise<Room>'.
|
lint:
test/core/messages.integration.test.ts#L90
Unsafe call of a(n) `error` type typed value
|
lint:
test/core/messages.integration.test.ts#L95
Unsafe call of a(n) `error` type typed value
|
lint:
test/core/messages.integration.test.ts#L95
Unsafe member access .subscribe on an `error` typed value
|
lint:
test/core/messages.integration.test.ts#L96
Unsafe member access .type on an `any` value
|
lint:
test/core/messages.integration.test.ts#L98
Unsafe argument of type `any` assigned to a parameter of type `Message`
|
lint:
test/core/messages.integration.test.ts#L98
Unsafe member access .message on an `any` value
|
lint:
test/core/messages.integration.test.ts#L102
Unsafe argument of type `any` assigned to a parameter of type `Message`
|
lint:
test/core/messages.integration.test.ts#L102
Unsafe member access .message on an `any` value
|
lint:
test/core/messages.integration.test.ts#L112
Unsafe assignment of an error typed value
|
lint:
test/core/messages.integration.test.ts#L112
Unsafe call of a(n) `error` type typed value
|
test/core/messages.integration.test.ts > messages integration > should be able to delete and receive deletion messages:
test/core/messages.integration.test.ts#L90
TypeError: room.attach is not a function
❯ test/core/messages.integration.test.ts:90:16
|
test/react/hooks/use-messages.integration.test.tsx > useMessages > should delete messages correctly:
test/react/hooks/use-messages.integration.test.tsx#L84
TypeError: roomTwo.attach is not a function
❯ test/react/hooks/use-messages.integration.test.tsx:84:19
|
test
Process completed with exit code 1.
|
format-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
format-check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
audit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-typescript
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test-typescript
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
demo-app
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
demo-app
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|