Update Readme #605
Annotations
6 warnings
|
check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
check:
src/renderer/src/screens/Tools/Tools.tsx#L217
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
|
|
check:
src/renderer/src/screens/Schedules/Schedules.tsx#L88
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
|
|
check:
src/renderer/src/screens/Install/Install.tsx#L97
React Hook useEffect has a missing dependency: 't'. Either include it or remove the dependency array
|
|
check:
src/renderer/src/screens/Gateway/Gateway.tsx#L101
The 'platforms' logical expression could make the dependencies of useMemo Hook (at line 120) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'platforms' in its own useMemo() Hook
|
|
check:
src/renderer/src/screens/Chat/WorktreePanel.tsx#L185
React Hook useEffect has a missing dependency: 't'. Either include it or remove the dependency array
|