Update react dependencies (major) #18173
Annotations
11 errors
|
lint:
src/app/components/TotalTransactions/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/components/StyledLinks/index.tsx#L4
Cannot find module 'lucide-react' or its corresponding type declarations.
|
|
lint:
src/app/components/Social/index.tsx#L13
Cannot find module 'lucide-react' or its corresponding type declarations.
|
|
lint:
src/app/components/Proposals/ProposalVoteIndicator.tsx#L4
Cannot find module 'lucide-react' or its corresponding type declarations.
|
|
lint:
src/app/components/OfflineBanner/hook.ts#L113
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/OfflineBanner/hook.ts#L110
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#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#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#L11
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/LayerPicker/index.tsx#L21
Cannot find module 'lucide-react' or its corresponding type declarations.
|
|
lint
Process completed with exit code 1.
|