This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
bump(deps): update dependency @types/react to v18.3.5 #806
ci.yml
on: pull_request
Build
2m 23s
Test
1m 37s
Lint (prettier)
41s
Lint (eslint)
39s
Annotations
10 errors and 10 warnings
Build
Duplicate identifier 'ElementType'.
|
Build
Duplicate identifier 'LibraryManagedAttributes'.
|
Build
Duplicate identifier 'ElementType'.
|
Build
Duplicate identifier 'LibraryManagedAttributes'.
|
Build
Subsequent property declarations must have the same type. Property 'a' must be of type 'DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>', but here has type 'DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>'.
|
Build
Subsequent property declarations must have the same type. Property 'abbr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
|
Build
Subsequent property declarations must have the same type. Property 'address' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
|
Build
Subsequent property declarations must have the same type. Property 'area' must be of type 'DetailedHTMLProps<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>', but here has type 'DetailedHTMLProps<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>'.
|
Build
Subsequent property declarations must have the same type. Property 'article' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
|
Build
Subsequent property declarations must have the same type. Property 'aside' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
|
Lint (eslint):
packages/walletkit-ui/src/contexts/DeFiScanContext.tsx#L72
'JSX' is not defined
|
Lint (eslint):
packages/walletkit-ui/src/contexts/DisplayBalanceContext.tsx#L39
'JSX' is not defined
|
Lint (eslint):
packages/walletkit-ui/src/contexts/DisplayBalanceContext.tsx#L62
React Hook useEffect has missing dependencies: 'DisplayBalancesPersistence' and 'logger.error'. Either include them or remove the dependency array
|
Lint (eslint):
packages/walletkit-ui/src/contexts/LanguageProvider.test.tsx#L70
'JSX' is not defined
|
Lint (eslint):
packages/walletkit-ui/src/contexts/LanguageProvider.tsx#L62
React Hook useEffect has missing dependencies: 'api', 'locale', and 'logger'. Either include them or remove the dependency array
|
Lint (eslint):
packages/walletkit-ui/src/contexts/LanguageProvider.tsx#L66
React Hook useEffect has a missing dependency: 'onChangeLocale'. Either include it or remove the dependency array. If 'onChangeLocale' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint (eslint):
packages/walletkit-ui/src/contexts/LanguageProvider.tsx#L87
'JSX' is not defined
|
Lint (eslint):
packages/walletkit-ui/src/contexts/LanguageProvider.tsx#L119
React Hook useEffect has a missing dependency: 'onChangeLocale'. Either include it or remove the dependency array
|
Lint (eslint):
packages/walletkit-ui/src/contexts/NetworkContext.tsx#L38
'JSX' is not defined
|
Lint (eslint):
packages/walletkit-ui/src/contexts/NetworkContext.tsx#L51
React Hook useEffect has missing dependencies: 'api' and 'logger.error'. Either include them or remove the dependency array
|