Skip to content

Clean up the “Giving and Receiving Feedback” page (#881) #1560

Clean up the “Giving and Receiving Feedback” page (#881)

Clean up the “Giving and Receiving Feedback” page (#881) #1560

Triggered via push December 5, 2024 00:21
Status Success
Total duration 17m 1s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
job
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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