feat: Add shadcn components to UI package #367
Annotations
17 errors
format
@commune-ts/ui#format: command (/home/runner/work/commune-ts/commune-ts/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
|
format
Process completed with exit code 1.
|
typecheck
Module '"@commune-ts/types"' has no exported member 'getSubspaceStorageMapping'.
|
typecheck
Function lacks ending return statement and return type does not include 'undefined'.
|
typecheck
Argument of type '[StorageKey<AnyTuple>, Codec]' is not assignable to parameter of type '[StorageKey<AnyTuple>, Codec][]'.
|
typecheck
No overload matches this call.
|
typecheck
Property 'netuid' does not exist on type 'ChainEntry'.
|
typecheck
Property 'netuid' does not exist on type 'StorageVecMap | StorageEntry'.
|
typecheck
Property 'value' does not exist on type 'StorageVecMap | StorageEntry'.
|
typecheck
Property 'value' does not exist on type 'StorageVecMap | StorageEntry'.
|
typecheck
Property 'value' does not exist on type 'StorageVecMap'.
|
typecheck
Property 'uidOrKey' does not exist on type 'StorageVecMap'.
|
lint:
apps/commune-worker/src/db/type-transformations.ts#L21
Unsafe assignment of an error typed value
|
lint:
apps/commune-worker/src/db/type-transformations.ts#L22
Unsafe assignment of an error typed value
|
lint:
apps/commune-worker/src/db/type-transformations.ts#L23
Unsafe assignment of an error typed value
|
lint
commune-worker#lint: command (/home/runner/work/commune-ts/commune-ts/apps/commune-worker) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
|
lint
Process completed with exit code 1.
|