feat: mainnet deployment #67
Annotations
1 error and 4 warnings
Run lint
Process completed with exit code 1.
|
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/
|
Run 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
|
Run lint:
frontend/src/components/NewPlayer.tsx#L34
React Hook useEffect has a missing dependency: 'getBalance'. Either include it or remove the dependency array
|
Run lint:
frontend/src/components/show/ShowCoins.tsx#L30
React Hook useEffect has a missing dependency: 'farmCoinAssetID'. Either include it or remove the dependency array
|
Loading