Refactor client-react-hooks and the examples-nextjs to use the grpc client #35
ci.yaml
on: pull_request
check
20s
test-client-vms
0s
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'.
|