Skip to content

Updates to Security #1406

Updates to Security

Updates to Security #1406

Triggered via pull request May 24, 2024 21:44
@snoattohsnoattoh
synchronize #809
fix-security
Status Success
Total duration 16m 23s
Artifacts

verify-build-publish.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
job: exercise-src/react-native/16-security/01-problem/src/services/auth/AuthProvider.tsx#L21
The 'signIn' function makes the dependencies of useMemo Hook (at line 45) 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#L23
The 'signOut' function makes the dependencies of useMemo Hook (at line 45) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'signOut' in its own useCallback() Hook