Skip to content

Refine content for the Communication training (#877) #1552

Refine content for the Communication training (#877)

Refine content for the Communication training (#877) #1552

Triggered via push November 25, 2024 15:44
Status Failure
Total duration 17m 4s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
job
Process completed with exit code 1.
job
The following actions use a deprecated Node.js version and will be forced to run on node20: peaceiris/actions-gh-pages@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
job: exercise-src/react-native/16-security/01-problem/src/services/auth/AuthProvider.tsx#L25
The 'signIn' function makes the dependencies of useMemo Hook (at line 106) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'signIn' in its own useCallback() Hook
job: exercise-src/react-native/16-security/01-problem/src/services/auth/AuthProvider.tsx#L48
The 'signOut' function makes the dependencies of useMemo Hook (at line 106) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'signOut' in its own useCallback() Hook