You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@interlay/hooks#typecheck: command (/home/runner/work/ui/ui/packages/hooks) pnpm run typecheck exited (1)
Type 'Key' is not assignable to type 'Key | null | undefined'.
Type 'Key' is not assignable to type 'Key | undefined'.
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>>'.
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>>'.
Process completed with exit code 1.
The logs for this run have expired and are no longer available.