Skip to content

Refine the “Adding Offline Support” page (#815) #1431

Refine the “Adding Offline Support” page (#815)

Refine the “Adding Offline Support” page (#815) #1431

Triggered via push May 28, 2024 13:41
Status Success
Total duration 17m 13s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
job
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: peaceiris/actions-gh-pages@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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