Bump rollup from 4.14.2 to 4.22.4 in /exercises/react-vite #1507
Triggered via pull request
September 24, 2024 00:11
Status
Success
Total duration
15m 57s
Artifacts
–
Annotations
2 warnings
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
|