Skip to content

Sycing RN fetching and rendering #1624

Sycing RN fetching and rendering

Sycing RN fetching and rendering #1624

Triggered via pull request April 8, 2025 17:06
Status Failure
Total duration 48s
Artifacts

verify-build-publish.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
job
Process completed with exit code 1.
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