feat: run prettier on all files + wallet rpc examples #58
Annotations
3 warnings
Build
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/
|
Build:
packages/example-react-app/src/components/AccountDetail.tsx#L43
React Hook useEffect has missing dependencies: 'updateBalance' and 'web3Context.web3.eth'. Either include them or remove the dependency array
|
Build:
packages/example-react-app/src/web3/AccountContext.tsx#L68
The 'requestAccounts' function makes the dependencies of useMemo Hook (at line 84) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'requestAccounts' in its own useCallback() Hook
|