Add Unsorted tab to dashboard #906
Annotations
6 errors
typecheck
Argument of type '["common.unsorted"]' is not assignable to parameter of type '[key: string | string[], options: TOptionsBase & $Dictionary & { defaultValue: never; }] | [key: string | string[], defaultValue: never, options?: (TOptionsBase & $Dictionary) | undefined] | [key: ...]'.
|
typecheck
Type '(t: TFunction) => ({ name: string; icon: JSX.Element; path: string; } | { name: unknown; icon: JSX.Element; path: string; })[]' is not assignable to type '(t: TFunction<"translation", undefined>) => TSidebarItem[]'.
|
typecheck
Type '(t: TFunction) => ({ name: string; icon: JSX.Element; path: string; } | { name: unknown; icon: JSX.Element; path: string; })[]' is not assignable to type '(t: TFunction<"translation", undefined>) => TSidebarItem[]'.
|
typecheck
Object literal may only specify known properties, and 'list' does not exist in type 'Omit<{ sortOrder: "asc" | "desc"; ids?: string[] | undefined; archived?: boolean | undefined; favourited?: boolean | undefined; tagId?: string | undefined; listId?: string | undefined; rssFeedId?: string | undefined; limit?: number | undefined; cursor?: { ...; } | ... 1 more ... | undefined; useCursorV2?: boolean | ...'.
|
typecheck
@hoarder/web#typecheck: command (/home/runner/work/hoarder/hoarder/apps/web) /opt/hostedtoolcache/node/22.13.1/x64/bin/pnpm run typecheck exited (1)
|
typecheck
Process completed with exit code 1.
|