feat(web): cloud-tasks browser host #11575
typecheck.yml
on: pull_request
changes
6s
typecheck
4m 4s
Annotations
10 errors
|
typecheck
Argument of type 'ContainerModule' is not assignable to parameter of type 'TypedContainerModule<WebBindings>'.
|
|
typecheck
Argument of type 'ContainerModule' is not assignable to parameter of type 'TypedContainerModule<WebBindings>'.
|
|
typecheck
Argument of type 'ContainerModule' is not assignable to parameter of type 'TypedContainerModule<WebBindings>'.
|
|
typecheck
Cannot find module '@posthog/ui/shell/requiredHostCapabilities' or its corresponding type declarations.
|
|
typecheck
Cannot find module '@posthog/platform/host-capabilities' or its corresponding type declarations.
|
|
typecheck
Cannot find module '@posthog/di/hostCapabilities' or its corresponding type declarations.
|
|
typecheck
Type '(encrypted: string) => Promise<string | null>' is not assignable to type '(encrypted: string) => string | null'.
|
|
typecheck
Type '(plaintext: string) => Promise<string>' is not assignable to type '(plaintext: string) => string'.
|
|
typecheck
Type 'TypedContainer<WebBindings>' is not assignable to type 'ServiceContainer'.
|
|
typecheck
Argument of type 'TypedContainer<WebBindings>' is not assignable to parameter of type 'ServiceContainer'.
|