Bump esbuild from 0.23.1 to 0.24.0 #25
Annotations
10 errors and 10 warnings
Run pnpm lint:
packages/storage/lib/customStorage.ts#L7
Unexpected any. Specify a different type
|
Run pnpm lint:
packages/storage/lib/customStorage.ts#L10
Unexpected any. Specify a different type
|
Run pnpm lint:
packages/storage/lib/customStorage.ts#L45
Unexpected any. Specify a different type
|
Run pnpm lint:
pages/popup/src/components/AwaitingApproval.tsx#L2
Flex not found in '@chakra-ui/react'
|
Run pnpm lint:
pages/popup/src/components/AwaitingApproval.tsx#L2
Card not found in '@chakra-ui/react'
|
Run pnpm lint:
pages/popup/src/components/AwaitingApproval.tsx#L2
CardBody not found in '@chakra-ui/react'
|
Run pnpm lint:
pages/popup/src/components/AwaitingApproval.tsx#L2
Image not found in '@chakra-ui/react'
|
Run pnpm lint:
pages/popup/src/components/AwaitingApproval.tsx#L2
Heading not found in '@chakra-ui/react'
|
Run pnpm lint:
pages/popup/src/components/AwaitingApproval.tsx#L2
Button not found in '@chakra-ui/react'
|
Run pnpm lint:
pages/popup/src/components/AwaitingApproval.tsx#L2
CloseButton not found in '@chakra-ui/react'
|
Run pnpm lint:
pages/popup/src/components/evm/RequestFeeCard.tsx#L162
React Hook useEffect has missing dependencies: 'fees.medium' and 'getFee'. Either include them or remove the dependency array
|
Run pnpm lint:
pages/popup/src/components/evm/RequestFeeCard.tsx#L184
React Hook useEffect has missing dependencies: 'calculateUsdValue' and 'handleUpdateTransaction'. Either include them or remove the dependency array
|
Run pnpm lint:
pages/popup/src/components/utxo/CoinControlCard.tsx#L49
React Hook useEffect has missing dependencies: 'recommendedFees.high', 'recommendedFees.low', and 'recommendedFees.medium'. Either include them or remove the dependency array
|
Run pnpm lint:
pages/popup/src/components/utxo/ProjectFeeCard.tsx#L90
The 'inputs' logical expression could make the dependencies of useEffect Hook (at line 97) change on every render. To fix this, wrap the initialization of 'inputs' in its own useMemo() Hook
|
Run pnpm lint:
pages/popup/src/components/utxo/ProjectFeeCard.tsx#L91
The 'outputs' logical expression could make the dependencies of useEffect Hook (at line 97) change on every render. Move it inside the useEffect callback. Alternatively, wrap the initialization of 'outputs' in its own useMemo() Hook
|
Run pnpm lint:
pages/popup/src/components/utxo/ProjectFeeCard.tsx#L157
React Hook useEffect has a missing dependency: 'recommendedFees'. Either include it or remove the dependency array
|
Run pnpm lint:
pages/side-panel/src/components/Asset.tsx#L38
React Hook useEffect has a missing dependency: 'fetchBalancesAndPubkeys'. Either include it or remove the dependency array
|
Run pnpm lint:
pages/side-panel/src/components/AssetSelect.tsx#L24
React Hook useEffect has a missing dependency: 'onStart'. Either include it or remove the dependency array
|
Run pnpm lint:
pages/side-panel/src/components/AssetSelect.tsx#L29
React Hook useEffect has a missing dependency: 'fetchEnabledChains'. Either include it or remove the dependency array
|
Run pnpm lint:
pages/side-panel/src/components/Balances.tsx#L75
React Hook useEffect has a missing dependency: 'setShowBack'. Either include it or remove the dependency array. If 'setShowBack' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Loading