Update react dependencies (major) #12409
Annotations
11 errors
Check for presence of a Change Log fragment (only pull requests)
Process completed with exit code 1.
|
Validate TypeScript:
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>'.
|
Validate TypeScript:
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>'.
|
Validate TypeScript:
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>>'.
|
Validate TypeScript:
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>'.
|
Validate TypeScript:
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>>'.
|
Validate TypeScript:
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>'.
|
Validate TypeScript:
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>'.
|
Validate TypeScript:
src/app/data/oasis-account-names.ts#L70
Expected 1-2 arguments, but got 3.
|
Validate TypeScript:
src/app/data/oasis-account-names.ts#L87
Property 'map' does not exist on type '{}'.
|
Validate TypeScript:
src/app/data/oasis-account-names.ts#L115
Property 'list' does not exist on type '{}'.
|
Loading