object sidebar - Use computed getters instead of watch #1653
Annotations
10 errors and 1 warning
Test
Property 'findBucketById' does not exist on type 'Store<"bucket", _UnwrapAll<Pick<{ createBucket: (bucket: Bucket) => Promise<any>; createBucketChild: (parentBucketId: string, subKey: string, bucketName: string) => Promise<AxiosResponse<any, any>>; ... 6 more ...; buckets: Ref<...>; }, "buckets">>, Pick<...>, Pick<...>>'.
|
Test
Property 'findUsersById' does not exist on type 'Store<"user", _UnwrapAll<Pick<{ clearSearch: () => void; fetchUsers: (params: SearchUsersOptions) => Promise<void>; getIdps: ComputedRef<IdentityProvider[]>; ... 4 more ...; userSearch: Ref<...>; }, "currentUser" | ... 1 more ... | "userSearch">>, Pick<...>, Pick<...>>'.
|
Test
Parameter 'x' implicitly has an 'any' type.
|
Test
Property 'findBucketById' does not exist on type 'Store<"bucket", _UnwrapAll<Pick<{ createBucket: (bucket: Bucket) => Promise<any>; createBucketChild: (parentBucketId: string, subKey: string, bucketName: string) => Promise<AxiosResponse<any, any>>; ... 6 more ...; buckets: Ref<...>; }, "buckets">>, Pick<...>, Pick<...>>'.
|
Test
Property 'findObjectById' does not exist on type 'Store<"object", _UnwrapAll<Pick<{ createObject: (object: any, headers: { metadata?: { key: string; value: string; }[] | undefined; }, params: { bucketId?: string | undefined; tagset?: { key: string; value: string; }[] | undefined; }, axiosOptions?: AxiosRequestConfig<...> | undefined) => Promise<...>; ... 15 more .....'.
|
Test
Property 'findUsersById' does not exist on type 'Store<"user", _UnwrapAll<Pick<{ clearSearch: () => void; fetchUsers: (params: SearchUsersOptions) => Promise<void>; getIdps: ComputedRef<IdentityProvider[]>; ... 4 more ...; userSearch: Ref<...>; }, "currentUser" | ... 1 more ... | "userSearch">>, Pick<...>, Pick<...>>'.
|
Test
Parameter 'x' implicitly has an 'any' type.
|
Test
Property 'findObjectById' does not exist on type 'Store<"object", _UnwrapAll<Pick<{ createObject: (object: any, headers: { metadata?: { key: string; value: string; }[] | undefined; }, params: { bucketId?: string | undefined; tagset?: { key: string; value: string; }[] | undefined; }, axiosOptions?: AxiosRequestConfig<...> | undefined) => Promise<...>; ... 15 more .....'.
|
Test
Property 'findObjectById' does not exist on type 'Store<"object", _UnwrapAll<Pick<{ createObject: (object: any, headers: { metadata?: { key: string; value: string; }[] | undefined; }, params: { bucketId?: string | undefined; tagset?: { key: string; value: string; }[] | undefined; }, axiosOptions?: AxiosRequestConfig<...> | undefined) => Promise<...>; ... 15 more .....'.
|
Test
Property 'findObjectById' does not exist on type 'Store<"object", _UnwrapAll<Pick<{ createObject: (object: any, headers: { metadata?: { key: string; value: string; }[] | undefined; }, params: { bucketId?: string | undefined; tagset?: { key: string; value: string; }[] | undefined; }, axiosOptions?: AxiosRequestConfig<...> | undefined) => Promise<...>; ... 15 more .....'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading