feat: mainnet deployment #50
Annotations
8 errors and 5 warnings
Lint:
frontend/src/App.tsx#L10
'Wallet' is defined but never used
|
Lint:
frontend/src/App.tsx#L10
'Provider' is defined but never used
|
Lint:
frontend/src/App.tsx#L19
'FUEL_PROVIDER_URL' is defined but never used
|
Lint:
frontend/src/components/home/Home.tsx#L4
'Wallet' is defined but never used
|
Lint:
frontend/src/components/home/Home.tsx#L16
'provider' is assigned a value but never used
|
Lint:
frontend/src/components/show/Inventory.tsx#L13
Definition for rule 'jsx-a11y/alt-text' was not found
|
Lint:
frontend/src/components/show/Inventory.tsx#L23
Definition for rule 'jsx-a11y/alt-text' was not found
|
Lint
Process completed with exit code 1.
|
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
frontend/src/App.tsx#L64
React Hook useEffect has missing dependencies: 'addAssets', 'assets', and 'farmCoinAssetID'. Either include them or remove the dependency array
|
Lint:
frontend/src/components/Garden.tsx#L44
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#L23
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
|