Updates to Security #1407
Annotations
1 error and 2 warnings
test
Process completed with exit code 1.
|
Verify React Native Exercises:
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 41) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'signIn' in its own useCallback() Hook
|
Verify React Native Exercises:
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 41) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'signOut' in its own useCallback() Hook
|
Loading