Skip to content

feat: run prettier on all files + wallet rpc examples #58

feat: run prettier on all files + wallet rpc examples

feat: run prettier on all files + wallet rpc examples #58

Triggered via pull request October 29, 2024 10:01
@krzysukrzysu
synchronize #12
feat-examples-3
Status Success
Total duration 55s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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