feat(components): add radio component #78
Annotations
13 errors and 2 warnings
Prettier
Process completed with exit code 1.
|
TypeScript
@interlay/hooks#typecheck: command (/home/runner/work/ui/ui/packages/hooks) pnpm run typecheck exited (1)
|
TypeScript
Type 'Key' is not assignable to type 'Key | null | undefined'.
|
TypeScript
Type 'Key' is not assignable to type 'Key | undefined'.
|
TypeScript
Argument of type '{ defaultSelectedKey?: Key | undefined; selectedKey?: Key | undefined; onSelectionChange?: ((index: Key) => void) | undefined; disabledKeys?: Key[] | undefined; ... 263 more ...; children: CollectionChildren<...>; }' is not assignable to parameter of type 'TabListStateOptions<Record<string, unknown>>'.
|
TypeScript
Argument of type '{ defaultSelectedKey?: Key | undefined; selectedKey?: Key | undefined; onSelectionChange?: ((index: Key) => void) | undefined; disabledKeys?: Key[] | undefined; ... 263 more ...; children: CollectionChildren<...>; }' is not assignable to parameter of type 'AriaTabListOptions<Record<string, unknown>>'.
|
TypeScript
Process completed with exit code 1.
|
Build
@interlay/ui#build: command (/home/runner/work/ui/ui/packages/components) pnpm run build exited (1)
|
Build
Type 'Key' is not assignable to type 'Key | null | undefined'.
|
Build
Type 'Key' is not assignable to type 'Key | undefined'.
|
Build
Argument of type '{ defaultSelectedKey?: Key | undefined; selectedKey?: Key | undefined; onSelectionChange?: ((index: Key) => void) | undefined; disabledKeys?: Key[] | undefined; ... 263 more ...; children: CollectionChildren<...>; }' is not assignable to parameter of type 'TabListStateOptions<Record<string, unknown>>'.
|
Build
Argument of type '{ defaultSelectedKey?: Key | undefined; selectedKey?: Key | undefined; onSelectionChange?: ((index: Key) => void) | undefined; disabledKeys?: Key[] | undefined; ... 263 more ...; children: CollectionChildren<...>; }' is not assignable to parameter of type 'AriaTabListOptions<Record<string, unknown>>'.
|
Build
Process completed with exit code 1.
|
|
|