[feat #163] extract react-query usage into custom hooks #519
Annotations
9 errors and 3 warnings
|
apps/arkmarket/src/app/collection/[collectionAddress]/components/collection-items-filters-dialog.tsx#L1
'useQuery' is defined but never used. Allowed unused vars must match /^_/u
|
apps/arkmarket/src/app/collection/[collectionAddress]/components/collection-items-filters-dialog.tsx#L8
'getCollectionTraits' is defined but never used. Allowed unused vars must match /^_/u
|
apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/token-activity.tsx#L9
'getTokenActivity' is defined but never used. Allowed unused vars must match /^_/u
|
apps/arkmarket/src/app/wallet/[walletAddress]/components/portfolio.tsx#L8
'WalletTokensApiResponse' is defined but never used. Allowed unused vars must match /^_/u
|
apps/arkmarket/src/hooks/useSystemStatus.tsx#L1
'keepPreviousData' is defined but never used. Allowed unused vars must match /^_/u
|
|
apps/arkmarket/src/hooks/useTokenActivity.tsx#L1
'keepPreviousData' is defined but never used. Allowed unused vars must match /^_/u
|
|
packages/ui/src/date-time-picker.tsx#L261
React Hook React.useMemo has a missing dependency: 'props.locale'. Either include it or remove the dependency array
|
packages/ui/src/date-time-picker.tsx#L264
React Hook React.useMemo has missing dependencies: 'props.locale' and 'yearRange'. Either include them or remove the dependency array
|
apps/arkmarket/src/app/components/main-carousel.tsx#L56
React Hook useEffect has a missing dependency: 'startAutoSlide'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading