Skip to content

Update react dependencies (major) #12409

Update react dependencies (major)

Update react dependencies (major) #12409

Triggered via pull request November 8, 2024 07:54
Status Failure
Total duration 2m 39s
Artifacts

ci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
lint
Process completed with exit code 1.
lint: src/app/components/OfflineBanner/hook.ts#L18
Object literal may only specify known properties, and 'useErrorBoundary' does not exist in type 'UseQueryOptions<AxiosResponse<Status, any>, unknown, AxiosResponse<Status, any>, QueryKey>'.
lint: src/app/components/OfflineBanner/hook.ts#L83
Object literal may only specify known properties, and 'useErrorBoundary' does not exist in type 'UseQueryOptions<AxiosResponse<Status, any>, unknown, AxiosResponse<Status, any>, QueryKey>'.
lint: src/app/components/OfflineBanner/hook.ts#L86
Argument of type 'UseQueryResult<AxiosResponse<Status, any>, unknown> & { queryKey: QueryKey; }' is not assignable to parameter of type 'UseQueryResult<AxiosResponse<Status, any> | AxiosResponse<RuntimeStatus, any>>'.
lint: src/app/components/OfflineBanner/hook.ts#L98
Object literal may only specify known properties, and 'useErrorBoundary' does not exist in type 'UseQueryOptions<AxiosResponse<RuntimeStatus, any>, unknown, AxiosResponse<RuntimeStatus, any>, QueryKey>'.
lint: src/app/components/OfflineBanner/hook.ts#L101
Argument of type 'UseQueryResult<AxiosResponse<RuntimeStatus, any>, unknown> & { queryKey: QueryKey; }' is not assignable to parameter of type 'UseQueryResult<AxiosResponse<Status, any> | AxiosResponse<RuntimeStatus, any>>'.
lint: src/app/components/TotalTransactions/index.tsx#L28
Object literal may only specify known properties, and 'keepPreviousData' does not exist in type 'UseQueryOptions<AxiosResponse<TxVolumeList, any>, unknown, AxiosResponse<TxVolumeList, any>, QueryKey>'.
lint: src/app/components/TransactionsStats/index.tsx#L26
Object literal may only specify known properties, and 'keepPreviousData' does not exist in type 'UseQueryOptions<AxiosResponse<TxVolumeList, any>, unknown, AxiosResponse<TxVolumeList, any>, QueryKey>'.
lint: src/app/data/oasis-account-names.ts#L70
Expected 1-2 arguments, but got 3.
lint: src/app/data/oasis-account-names.ts#L87
Property 'map' does not exist on type '{}'.
lint: src/app/data/oasis-account-names.ts#L115
Property 'list' does not exist on type '{}'.