Skip to content

Bump undici from 6.20.1 to 6.21.3 (#924) #1686

Bump undici from 6.20.1 to 6.21.3 (#924)

Bump undici from 6.20.1 to 6.21.3 (#924) #1686

Triggered via push May 15, 2025 21:16
Status Success
Total duration 17m 31s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
job: exercise-src/react-native/16-security/01-problem/src/shared/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/shared/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