feat: testnet deployment for Fuel Station #81
Annotations
10 errors and 4 warnings
Lint:
frontend/src/components/modals/BuySeeds.tsx#L6
'bufferFromString' is defined but never used
|
Lint:
frontend/src/components/modals/BuySeeds.tsx#L11
'ScriptTransactionRequest' is defined but never used
|
Lint:
frontend/src/components/modals/BuySeeds.tsx#L12
'stringFromBuffer' is defined but never used
|
Lint:
frontend/src/components/modals/BuySeeds.tsx#L16
'Wallet' is defined but never used
|
Lint:
frontend/src/components/modals/BuySeeds.tsx#L21
'ReceiptType' is defined but never used
|
Lint:
frontend/src/components/modals/BuySeeds.tsx#L32
'useIsConnected' is defined but never used
|
Lint:
frontend/src/components/modals/BuySeeds.tsx#L33
'useNetwork' is defined but never used
|
Lint:
frontend/src/components/modals/BuySeeds.tsx#L34
'useBalance' is defined but never used
|
Lint:
frontend/src/components/modals/BuySeeds.tsx#L52
'getTransactionIdPayload' is defined but never used
|
Lint
Process completed with exit code 1.
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
frontend/src/components/Garden.tsx#L43
React Hook useEffect has a missing dependency: 'setTileStates'. Either include it or remove the dependency array. If 'setTileStates' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint:
frontend/src/components/NewPlayer.tsx#L34
React Hook useEffect has a missing dependency: 'getBalance'. Either include it or remove the dependency array
|
Lint:
frontend/src/components/show/ShowCoins.tsx#L30
React Hook useEffect has a missing dependency: 'farmCoinAssetID'. Either include it or remove the dependency array
|