feat: use smart session client #748
tests-and-checks.yml
on: push
Install deps, build required package, typecheck, lint and test
56s
Annotations
5 errors and 1 warning
|
Install deps, build required package, typecheck, lint and test
Process completed with exit code 2.
|
|
Install deps, build required package, typecheck, lint and test:
packages/hypergraph-react/src/internal/use-delete-entity-public.tsx#L64
Type 'GeoSmartAccount' is not assignable to type 'SmartSessionClient'.
|
|
Install deps, build required package, typecheck, lint and test:
packages/hypergraph-react/src/internal/use-create-entity-public.ts#L81
Type 'GeoSmartAccount' is not assignable to type 'SmartSessionClient'.
|
|
Install deps, build required package, typecheck, lint and test:
packages/hypergraph-react/src/HypergraphAppContext.tsx#L1356
Property 'getSmartSessionClient' is missing in type '{ logout: () => void; setIdentity: (identity: Connect.PrivateAppIdentity) => void; invitations: { readonly id: string; readonly previousEventHash: string; readonly spaceId: string; }[]; createSpace: ({ name, smartSessionClient }: { name: string; smartSessionClient?: Connect.SmartSessionClient; }) => Promise<string>;...' but required in type 'HypergraphAppCtx'.
|
|
Install deps, build required package, typecheck, lint and test:
packages/hypergraph-react/src/HypergraphAppContext.tsx#L924
'getSmartSessionClientForContext' is declared but its value is never read.
|
|
Install deps, build required package, typecheck, lint and test
Could not determine node version from /home/runner/work/hypergraph/hypergraph/package.json. Falling back
|