Scope resolvers #57
Annotations
9 errors
|
backend-lint
Process completed with exit code 1.
|
|
frontend-lint
Process completed with exit code 2.
|
|
frontend-lint
Object literal may only specify known properties, but 'rootLocationId' does not exist in type 'Exact<{ rootLocationIds?: InputMaybe<string | string[]> | undefined; assigneeId?: InputMaybe<string> | undefined; }>'. Did you mean to write 'rootLocationIds'?
|
|
frontend-lint
Property 'selectedRootLocationId' does not exist on type 'TasksContextType'.
|
|
frontend-lint
Argument of type '"organizations"' is not assignable to parameter of type '"status" | "value" | "filter" | "type" | "overwrite" | "delete" | "search" | "subjectType" | "select" | "all" | "option" | "title" | "text" | "cancel" | "change" | "click" | "close" | ... 275 more ... | "yes"'.
|
|
frontend-lint
Property 'organizations' does not exist on type '{ __typename?: "UserType" | undefined; id: string; username: string; name: string; firstname?: string | null | undefined; lastname?: string | null | undefined; avatarUrl?: string | null | undefined; rootLocations: { ...; }[]; tasks: { ...; }[]; }'.
|
|
frontend-lint
Object is possibly 'undefined'.
|
|
frontend-lint
Type 'LocationNode[]' is not assignable to type 'PartialLocationNode[]'.
|
|
frontend-lint
Argument of type '"locations"' is not assignable to parameter of type '"status" | "value" | "filter" | "type" | "overwrite" | "delete" | "search" | "subjectType" | "select" | "all" | "option" | "title" | "text" | "cancel" | "change" | "click" | "close" | ... 275 more ... | "yes"'.
|