Skip to content

Refactor client-react-hooks and the examples-nextjs to use the grpc client #35

Refactor client-react-hooks and the examples-nextjs to use the grpc client

Refactor client-react-hooks and the examples-nextjs to use the grpc client #35

Triggered via pull request November 8, 2024 17:07
Status Failure
Total duration 31s
Artifacts

ci.yaml

on: pull_request
test-client-vms
0s
test-client-vms
Fit to window
Zoom out
Zoom in

Annotations

10 errors
check: client-vms/src/index.ts#L5
Cannot find module '@nillion/client-wasm' or its corresponding type declarations.
check: client-vms/src/types/types.ts#L8
Cannot find module '@nillion/client-wasm' or its corresponding type declarations.
check: client-vms/src/vm/builder.ts#L16
Cannot find module '@nillion/client-wasm' or its corresponding type declarations.
check: client-vms/src/vm/client.ts#L5
Cannot find module '@nillion/client-wasm' or its corresponding type declarations.
check: client-vms/src/vm/client.ts#L37
Type 'unknown' is not assignable to type 'UserId'.
check: client-vms/src/vm/client.ts#L41
Type 'unknown' is not assignable to type '{ transport: Transport; id: PartyId; }'.
check: client-vms/src/vm/client.ts#L45
Type 'unknown' is not assignable to type '{ transport: Transport; id: PartyId; }[]'.
check: client-vms/src/vm/client.ts#L49
Type 'unknown' is not assignable to type 'PaymentClient'.
check: client-vms/src/vm/operation/invoke-compute.ts#L30
Cannot find module '@nillion/client-wasm' or its corresponding type declarations.
check: client-vms/src/vm/operation/invoke-compute.ts#L70
Object is of type 'unknown'.