Update react dependencies (major) #12939
Annotations
11 errors and 1 warning
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>, readonly unknown[]>'.
|
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>, readonly unknown[]>'.
|
lint:
src/app/components/OfflineBanner/hook.ts#L86
Argument of type 'UseQueryResult<AxiosResponse<Status, any>, unknown> & { queryKey: readonly unknown[]; }' 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>, readonly unknown[]>'.
|
lint:
src/app/components/OfflineBanner/hook.ts#L101
Argument of type 'UseQueryResult<AxiosResponse<RuntimeStatus, any>, unknown> & { queryKey: readonly unknown[]; }' 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>, readonly unknown[]>'.
|
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>, readonly unknown[]>'.
|
lint:
src/app/data/oasis-account-names.ts#L75
Expected 1-2 arguments, but got 3.
|
lint:
src/app/data/oasis-account-names.ts#L92
Property 'map' does not exist on type '{}'.
|
lint:
src/app/data/oasis-account-names.ts#L120
Property 'list' does not exist on type '{}'.
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|